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

Jelle van der Waa jelle at gemini.archlinux.org
Sat Feb 5 14:58:34 UTC 2022


    Date: Saturday, February 5, 2022 @ 14:58:34
  Author: jelle
Revision: 1126444

upgpkg: uranium 4.13.1-1

Modified:
  uranium/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-05 14:52:44 UTC (rev 1126443)
+++ PKGBUILD	2022-02-05 14:58:34 UTC (rev 1126444)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo <first name [at] last name [dot] net>
 
 pkgname=uranium
-pkgver=4.13.0
+pkgver=4.13.1
 pkgrel=1
 pkgdesc="A Python framework for building Desktop applications."
 url="https://github.com/Ultimaker/Uranium"
@@ -12,8 +12,9 @@
          'arcus' 'python-shapely' 'python-scipy' 'python-cryptography' 'python-certifi')
 makedepends=('cmake')
 checkdepends=('mypy' 'python-pytest' 'python-twisted')
+options=('debug')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('e7fcbdfdc42cd694059f111af72de7347d5a13aa5f5c6bf45712859b0282ba0a')
+sha256sums=('185db9e6353a4f44b69287ed5f6314d28f10a0dd43790485275d6db5b5907a41')
 
 prepare() {
   cd Uranium-${pkgver}
@@ -26,7 +27,7 @@
 
   cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_BUILD_TYPE=None \
     -DBUILD_TESTS=ON
 
   make



More information about the arch-commits mailing list