Date: Thursday, November 2, 2017 @ 11:57:16 Author: jelle Revision: 265121
upgpkg: uranium 3.0.3-1 Modified: uranium/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-02 11:25:50 UTC (rev 265120) +++ PKGBUILD 2017-11-02 11:57:16 UTC (rev 265121) @@ -2,7 +2,7 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=uranium -pkgver=2.7.0 +pkgver=3.0.3 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=('367a6408413bd5cfd8121745f2ae0d855ac0895c7c14326bfd4c9227223ed87b') +sha256sums=('6021d5843fa0b09c13c41dee1c04a71fa9ff9090fa73f7e0430a77822e621cb1') prepare() { cd Uranium-${pkgver}