[arch-commits] Commit in haskell-chell/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 22 02:21:08 UTC 2018


    Date: Tuesday, May 22, 2018 @ 02:21:07
  Author: felixonmars
Revision: 326711

upgpkg: haskell-chell 0.4.0.2-4

rebuild with ansi-terminal,0.8.0.4

Modified:
  haskell-chell/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-22 01:27:01 UTC (rev 326710)
+++ PKGBUILD	2018-05-22 02:21:07 UTC (rev 326711)
@@ -4,7 +4,7 @@
 _hkgname=chell
 pkgname=haskell-chell
 pkgver=0.4.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple and intuitive library for automated testing"
 url="https://john-millikin.com/software/chell/"
 license=('MIT')
@@ -15,6 +15,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('050c5818ad2cd954ef79b230de2f03fdfb19e99c8624a24bb7845bb20e3b5d5d427a9623491ffc706c5635f545eb99466bde7a851c4344d11df1a70bfb2bbe22')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*0.8/<1/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list