[arch-commits] Commit in haskell-uniplate/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 15 18:30:32 UTC 2020
Date: Sunday, March 15, 2020 @ 18:30:31
Author: felixonmars
Revision: 598411
upgpkg: haskell-uniplate 1.6.12-70: rebuild with hashable 1.3.0.0
Modified:
haskell-uniplate/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-15 18:26:59 UTC (rev 598410)
+++ PKGBUILD 2020-03-15 18:30:31 UTC (rev 598411)
@@ -4,7 +4,7 @@
_hkgname=uniplate
pkgname=haskell-uniplate
pkgver=1.6.12
-pkgrel=69
+pkgrel=70
pkgdesc="Help writing simple, concise and fast generic operations."
url="http://community.haskell.org/~ndm/uniplate/"
license=("BSD")
@@ -14,6 +14,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('049b07e8a57db7e44d91fc9c8dcfb5c49b78a692a730061763cb8bcc4fbc3ed1065bd7a4c337e3d344693df882a0718b6d3bb6a6ea1e7d520a36d252d7038b07')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *1.3/<2/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list