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

Felix Yan felixonmars at archlinux.org
Thu Feb 14 20:02:48 UTC 2019


    Date: Thursday, February 14, 2019 @ 20:02:47
  Author: felixonmars
Revision: 432279

upgpkg: haskell-spdx 1-5

rebuild with tasty 1.2, tasty-rerun 1.1.14

Modified:
  haskell-spdx/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-14 19:58:15 UTC (rev 432278)
+++ PKGBUILD	2019-02-14 20:02:47 UTC (rev 432279)
@@ -4,7 +4,7 @@
 _hkgname=spdx
 pkgname=haskell-spdx
 pkgver=1
-pkgrel=4
+pkgrel=5
 pkgdesc="SPDX license expression language, Extras"
 url="https://github.com/phadej/spdx"
 license=("BSD")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('abd0bdbfbe62f515a1bf706e8235b20ccc8f703f14f95fe231c065fc94a39c1a77a4d8f019777707113cb895108d5331c65492831ffdda1f1c8bdff71af8687d')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/\^//' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list