Date: Wednesday, December 29, 2021 @ 16:37:56 Author: jelle Revision: 1087393
upgpkg: uranium 4.12.0-1 Modified: uranium/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-29 16:37:23 UTC (rev 1087392) +++ PKGBUILD 2021-12-29 16:37:56 UTC (rev 1087393) @@ -2,8 +2,8 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=uranium -pkgver=4.11.0 -pkgrel=5 +pkgver=4.12.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=('1765d563a36c3158ea8abe4d87b0e3f5e0e595a1c7584b9bd672331e300c0677') +sha256sums=('e0730cae4ad210bbfeba9384ec37ee9e8700ad9c202a6b085f4aa98e564f22be') prepare() { cd Uranium-${pkgver}
