[arch-commits] Commit in uranium/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Sep 26 15:09:52 UTC 2019


    Date: Thursday, September 26, 2019 @ 15:09:52
  Author: jelle
Revision: 511852

upgpkg: uranium 4.3.0-1

Upstream update

Modified:
  uranium/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-26 15:09:00 UTC (rev 511851)
+++ PKGBUILD	2019-09-26 15:09:52 UTC (rev 511852)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo <first name [at] last name [dot] net>
 
 pkgname=uranium
-pkgver=4.2.0
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="A Python framework for building Desktop applications."
 url="https://github.com/Ultimaker/Uranium"
@@ -10,20 +10,12 @@
 license=('LGPL')
 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"
-        'https://patch-diff.githubusercontent.com/raw/Ultimaker/Uranium/pull/500.patch'
-        'https://patch-diff.githubusercontent.com/raw/Ultimaker/Uranium/pull/499.patch')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('9f871877cf46e8b9e58346f33fdb6eed07c08f242fe292d0c993f224005dfc38')
 
-sha256sums=('af394fb133e6a3ce92c245428bcf458956b2ca26c33122a35c464b9f5aaddd2e'
-            'd2d8c9acccfc59f906bfefe07d1683d363c65ac162a60c494acdebea121d9527'
-            '77cebd3742276ef585c8f93e7b942478e22abe1622ad6c1f0d1bd17d439fa3a5')
-
 prepare() {
   cd Uranium-${pkgver}
   sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' CMakeLists.txt
-
-  patch -p1 <"$srcdir/499.patch"
-  patch -p1 <"$srcdir/500.patch"
 }
 
 build() {



More information about the arch-commits mailing list