Date: Thursday, December 12, 2019 @ 20:02:28 Author: jelle Revision: 537458
upgpkg: uranium 4.4.0-1 Upstream update Modified: uranium/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-12 20:01:51 UTC (rev 537457) +++ PKGBUILD 2019-12-12 20:02:28 UTC (rev 537458) @@ -2,8 +2,8 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=uranium -pkgver=4.3.0 -pkgrel=4 +pkgver=4.4.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' 'python-shapely') makedepends=('cmake') source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('9f871877cf46e8b9e58346f33fdb6eed07c08f242fe292d0c993f224005dfc38') +sha256sums=('6906804add202b19931e01844f418256168e560265b217e725a4d9d0acf21800') prepare() { cd Uranium-${pkgver}