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

Felix Yan felixonmars at archlinux.org
Mon May 25 09:46:18 UTC 2020


    Date: Monday, May 25, 2020 @ 09:46:17
  Author: felixonmars
Revision: 634088

upgpkg: haskell-binary-tagged 0.2-61: rebuild with aeson 1.5.0.0

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 09:43:01 UTC (rev 634087)
+++ PKGBUILD	2020-05-25 09:46:17 UTC (rev 634088)
@@ -4,7 +4,7 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.2
-pkgrel=60
+pkgrel=61
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme"
 license=("BSD")
@@ -18,7 +18,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *1.9/<2/' -e 's/< *4.13/<5/' $_hkgname.cabal
+    sed -i -e 's/< *1/<2/' -e 's/< *4.13/<5/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list