Date: Thursday, September 23, 2021 @ 18:23:23 Author: jelle Revision: 1022698
upgpkg: uranium 4.11.0-1 Modified: uranium/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 18:22:09 UTC (rev 1022697) +++ PKGBUILD 2021-09-23 18:23:23 UTC (rev 1022698) @@ -2,8 +2,8 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=uranium -pkgver=4.10.0 -pkgrel=2 +pkgver=4.11.0 +pkgrel=1 pkgdesc="A Python framework for building Desktop applications." url="https://github.com/Ultimaker/Uranium" arch=('any') @@ -13,7 +13,7 @@ makedepends=('cmake') checkdepends=('mypy' 'python-pytest' 'python-twisted') source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('e72942b9e24ba0855f8a1184220a57e4af8a4ebcb8ced27973c18bfb1777d737') +sha256sums=('1765d563a36c3158ea8abe4d87b0e3f5e0e595a1c7584b9bd672331e300c0677') prepare() { cd Uranium-${pkgver}
