Date: Tuesday, June 5, 2018 @ 18:48:42 Author: jelle Revision: 340599
upgpkg: uranium 3.3.0-1 Modified: uranium/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-05 18:47:40 UTC (rev 340598) +++ PKGBUILD 2018-06-05 18:48:42 UTC (rev 340599) @@ -2,8 +2,8 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=uranium -pkgver=3.2.1 -pkgrel=4 +pkgver=3.3.0 +pkgrel=1 pkgdesc="A Python framework for building Desktop applications." url="https://github.com/Ultimaker/Uranium" arch=('any') @@ -11,7 +11,7 @@ depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'arcus') makedepends=('cmake') source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('856b0ec8e8c96737464c74294419cc423cbf463c5b19bb61f75ba35750f06d0d') +sha256sums=('7bad5299bef4c2c5f9aa74eb1d5a927266785c330e58dc6138a7f4996180080c') prepare() { cd Uranium-${pkgver}