Date: Wednesday, April 26, 2017 @ 19:32:01 Author: jelle Revision: 225746
upgpkg: uranium 2.5.0-1 Modified: uranium/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-26 19:32:00 UTC (rev 225745) +++ PKGBUILD 2017-04-26 19:32:01 UTC (rev 225746) @@ -2,8 +2,8 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=uranium -pkgver=2.4.0 -pkgrel=3 +pkgver=2.5.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' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'arcus') makedepends=('cmake') source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('21018ef06673b5b76f516b82398040d10f96c135294e1085d6d2ef667256d011') +sha256sums=('7392dd58b68b128d8ad95970b175cdcec2796cfff4ea9e2dedf4d14cf5f36a3d') prepare() { cd Uranium-${pkgver}
