Date: Friday, January 1, 2021 @ 15:53:45 Author: jelle Revision: 802673
upgpkg: uranium 4.8.0-1 Modified: uranium/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-01 15:53:12 UTC (rev 802672) +++ PKGBUILD 2021-01-01 15:53:45 UTC (rev 802673) @@ -2,8 +2,8 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=uranium -pkgver=4.7.1 -pkgrel=5 +pkgver=4.8.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=('16a72ef9e73df86016ceff37a068e3d70a111223669bfa4f86608c29fdaacc0c') +sha256sums=('17e292361b7bbd89838599e78e4df2a8e69f247209b38e5098b25f5c83affcf2') prepare() { cd Uranium-${pkgver}
