Date: Friday, February 16, 2018 @ 20:35:24 Author: jelle Revision: 295191
upgpkg: uranium 3.2.1-1 Modified: uranium/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-16 20:35:16 UTC (rev 295190) +++ PKGBUILD 2018-02-16 20:35:24 UTC (rev 295191) @@ -2,7 +2,7 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=uranium -pkgver=3.1.0 +pkgver=3.2.1 pkgrel=1 pkgdesc="A Python framework for building Desktop applications." url="https://github.com/Ultimaker/Uranium" @@ -11,7 +11,7 @@ depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'arcus') makedepends=('cmake') source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('1d272d10cbb3585624a67cbaa5167d414a0eeeb76051be28786759fea63281e9') +sha256sums=('856b0ec8e8c96737464c74294419cc423cbf463c5b19bb61f75ba35750f06d0d') prepare() { cd Uranium-${pkgver}
