[arch-commits] Commit in haskell-aeson-compat/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 15 19:53:46 UTC 2020
Date: Sunday, March 15, 2020 @ 19:53:46
Author: felixonmars
Revision: 598425
upgpkg: haskell-aeson-compat 0.3.9-81: rebuild with hashable 1.3.0.0
Modified:
haskell-aeson-compat/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-15 19:35:44 UTC (rev 598424)
+++ PKGBUILD 2020-03-15 19:53:46 UTC (rev 598425)
@@ -4,7 +4,7 @@
_hkgname=aeson-compat
pkgname=haskell-aeson-compat
pkgver=0.3.9
-pkgrel=80
+pkgrel=81
pkgdesc="Compatibility layer for aeson"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
@@ -20,7 +20,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i -e 's/< *4.13/<5/' -e 's/<.*0.8/<1/' -e 's/< *1.2/<2/' -e 's/< *2.13/<3/' -e 's/< *0.11/<1/' -e 's/< *1.9/<2/' $_hkgname.cabal
+ sed -i -e 's/< *4.13/<5/' -e 's/<.*0.8/<1/' -e 's/< *1/<2/' -e 's/< *2.13/<3/' -e 's/< *0.11/<1/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list