[arch-commits] Commit in pandoc/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Dec 3 17:44:41 UTC 2017
Date: Sunday, December 3, 2017 @ 17:44:40
Author: felixonmars
Revision: 272020
allow new tasty-hunit (FS#56540)
Modified:
pandoc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++++
1 file changed, 4 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-03 17:33:29 UTC (rev 272019)
+++ PKGBUILD 2017-12-03 17:44:40 UTC (rev 272020)
@@ -29,6 +29,10 @@
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('92efa19141991d0737f0cda8ca09a812286bd7126e95d295e7c0d8b7b14e0be85a842f12756d0608765d2135f0ced2e786f2ffa8295d68e4b1fc52447336841d')
+prepare() {
+ sed -i 's/tasty-hunit >= 0.9 && < 0.10,/tasty-hunit >= 0.9,/' $pkgname-$pkgver/$pkgname.cabal
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list