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

Felix Yan felixonmars at archlinux.org
Thu Jun 7 11:25:06 UTC 2018


    Date: Thursday, June 7, 2018 @ 11:25:05
  Author: felixonmars
Revision: 341757

upgpkg: haskell-yesod-form 1.6.1-22

remove obsolete semigroups dependency

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 11:24:14 UTC (rev 341756)
+++ PKGBUILD	2018-06-07 11:25:05 UTC (rev 341757)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.1
-pkgrel=21
+pkgrel=22
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/"
 license=("MIT")
@@ -19,6 +19,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('97228b512945f502ed72274c0544da72aff77d17b09c7199ac8c3eb5791d528a6105c2d18c62ca62eb33cd11f6d80ebbdf73b76e8ab7190e6ed5c7eba3892cb1')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list