[arch-commits] Commit in haskell-integer-logarithms/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 23 12:02:36 UTC 2020
Date: Thursday, April 23, 2020 @ 12:02:35
Author: felixonmars
Revision: 618080
upgpkg: haskell-integer-logarithms 1.0.3-6: rebuild with ghc 8.10.1
Modified:
haskell-integer-logarithms/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 11:20:01 UTC (rev 618079)
+++ PKGBUILD 2020-04-23 12:02:35 UTC (rev 618080)
@@ -3,7 +3,7 @@
_hkgname=integer-logarithms
pkgname=haskell-integer-logarithms
pkgver=1.0.3
-pkgrel=5
+pkgrel=6
pkgdesc="Integer logarithms"
url="https://github.com/Bodigrim/integer-logarithms"
license=('MIT')
@@ -15,7 +15,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/< *4.13/<5/' $_hkgname.cabal
+ sed -i 's/< *4.13/<5/;s/< *0.6/<1/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list