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

Felix Yan felixonmars at archlinux.org
Wed May 13 05:07:57 UTC 2020


    Date: Wednesday, May 13, 2020 @ 05:07:56
  Author: felixonmars
Revision: 627309

upgpkg: haskell-lukko 0.1.1.2-4: rebuild with tasty 1.3

Modified:
  haskell-lukko/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-13 05:04:53 UTC (rev 627308)
+++ PKGBUILD	2020-05-13 05:07:56 UTC (rev 627309)
@@ -3,7 +3,7 @@
 _hkgname=lukko
 pkgname=haskell-lukko
 pkgver=0.1.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Access to platform dependent file locking APIs"
 url="https://github.com/phadej/lukko"
 license=('BSD')
@@ -14,6 +14,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('fe3a6687b741491ebaeace29c8d4d01307fad43f0e649c087fef24ec227eb231541fa1500e1685c814eb2a1ea472546033e837ce84fa64df79f00b19f8abebb6')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/1.2.3/1.3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list