[arch-commits] Commit in haskell-pointed/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 15 21:50:01 UTC 2020
Date: Sunday, March 15, 2020 @ 21:50:01
Author: felixonmars
Revision: 598649
upgpkg: haskell-pointed 5.0.1-138: rebuild with hashable 1.3.0.0
Modified:
haskell-pointed/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-15 21:47:12 UTC (rev 598648)
+++ PKGBUILD 2020-03-15 21:50:01 UTC (rev 598649)
@@ -4,7 +4,7 @@
_hkgname=pointed
pkgname=haskell-pointed
pkgver=5.0.1
-pkgrel=137
+pkgrel=138
pkgdesc="Pointed and copointed data"
url="https://github.com/ekmett/pointed/"
license=("BSD")
@@ -18,7 +18,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' -e 's/< *2.5/<3/' $_hkgname.cabal
+ sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' -e 's/< *2.5/<3/' -e 's/< *1.3/<2/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list