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

Antonio Rojas arojas at archlinux.org
Sun Jun 6 21:40:27 UTC 2021


    Date: Sunday, June 6, 2021 @ 21:40:26
  Author: arojas
Revision: 417233

Update to 4.0.2.0

Modified:
  kseexpr/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 21:02:17 UTC (rev 417232)
+++ PKGBUILD	2021-06-06 21:40:26 UTC (rev 417233)
@@ -1,20 +1,24 @@
 # Maintainer: Antonio Rojas <arojas at archlinux,org>
 
 pkgname=kseexpr
-pkgver=4.0.1.0
+pkgver=4.0.2.0
 pkgrel=1
-pkgdesc="An embeddable expression evaluation engine (Krita fork)"
+pkgdesc='An embeddable expression evaluation engine (Krita fork)'
 arch=(x86_64)
-url="https://krita.org"
+url='https://krita.org'
 license=(Apache)
 depends=(qt5-base)
 makedepends=(extra-cmake-modules qt5-tools)
 replaces=(seexpr-krita)
-source=("https://download.kde.org/stable/kseexpr/${pkgver%.*}/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('13b8455883001668f5d79c5734821c1ad2a0fbc91d019af085bb7e31cf6ce926'
-            'SKIP')
-validpgpkeys=(4894424D2412FEE5176732A3FC00108CFD9DBF1E) # L. E. Segovia (GitHub signing key) <amy at amyspark.me>
+source=(https://download.kde.org/stable/kseexpr/${pkgver%.*}/$pkgname-$pkgver.tar.gz
+        https://invent.kde.org/graphics/kseexpr/-/commit/e399f852.patch)
+sha256sums=('6a9857522883691a4184e7567645e7103a662d27f0452b7602b78c6f8b8bc1c2'
+            '4c65daa1c32d39b9605b03691675e2611b2863fd73cc7cef9498845ef2b9bb1a')
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < e399f852.patch # Fix soversion
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list