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

Felix Yan felixonmars at archlinux.org
Tue May 12 09:59:47 UTC 2020


    Date: Tuesday, May 12, 2020 @ 09:59:46
  Author: felixonmars
Revision: 626684

upgpkg: haskell-spdx 1.0.0.2-4: rebuild with tasty 1.3

Modified:
  haskell-spdx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 09:58:35 UTC (rev 626683)
+++ PKGBUILD	2020-05-12 09:59:46 UTC (rev 626684)
@@ -4,7 +4,7 @@
 _hkgname=spdx
 pkgname=haskell-spdx
 pkgver=1.0.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="SPDX license expression language, Extras"
 url="https://github.com/phadej/spdx"
 license=("BSD")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/\^//' $_hkgname.cabal
+    sed -i 's/\^//;s/< *1.3/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list