[arch-commits] Commit in haskell-rebase/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Aug 21 08:15:30 UTC 2020
Date: Friday, August 21, 2020 @ 08:15:30
Author: felixonmars
Revision: 685793
upgpkg: haskell-rebase 1.6.1-26: rebuild with dlist 1.0
Modified:
haskell-rebase/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-21 08:09:53 UTC (rev 685792)
+++ PKGBUILD 2020-08-21 08:15:30 UTC (rev 685793)
@@ -4,7 +4,7 @@
_hkgname=rebase
pkgname=haskell-rebase
pkgver=1.6.1
-pkgrel=25
+pkgrel=26
pkgdesc='A more progressive alternative to the "base" package'
url="https://github.com/nikita-volkov/rebase"
license=("MIT")
@@ -19,7 +19,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -e 's/>=1.3/>=1/' -e '/semigroups/d' -i $_hkgname.cabal
+ sed -e 's/<0.9/<2/' -e '/semigroups/d' -i $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list