[arch-commits] Commit in haskell-rerebase/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 11 17:33:04 UTC 2019
Date: Saturday, May 11, 2019 @ 17:33:03
Author: felixonmars
Revision: 465442
upgpkg: haskell-rerebase 1.3.1-14
rebuild with rebase 1.3.1.1
Modified:
haskell-rerebase/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-11 17:01:31 UTC (rev 465441)
+++ PKGBUILD 2019-05-11 17:33:03 UTC (rev 465442)
@@ -4,7 +4,7 @@
_hkgname=rerebase
pkgname=haskell-rerebase
pkgver=1.3.1
-pkgrel=13
+pkgrel=14
pkgdesc='Reexports from "base" with a bunch of other standard libraries'
url="https://github.com/nikita-volkov/rerebase"
license=("MIT")
@@ -14,6 +14,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('0e39a8eef97a74b41e85e32979c5fe43972958a32149973fc40bb0bf75401541b45434be718d073905f3a67c6d1145462aa531191d20fdaa8f11688ccaa07ed9')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/==1/>=1/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list