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

Felix Yan felixonmars at archlinux.org
Wed Jun 10 07:02:53 UTC 2020


    Date: Wednesday, June 10, 2020 @ 07:02:52
  Author: felixonmars
Revision: 641081

upgpkg: haskell-semigroupoids 5.3.4-29: rebuild with doctest 0.17

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 00:19:36 UTC (rev 641080)
+++ PKGBUILD	2020-06-10 07:02:52 UTC (rev 641081)
@@ -4,7 +4,7 @@
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
 pkgver=5.3.4
-pkgrel=28
+pkgrel=29
 pkgdesc="Semigroupoids: Category sans id"
 url="https://github.com/ekmett/semigroupoids"
 license=("BSD")
@@ -16,6 +16,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('b4053a856e1c2d3f20f984216f008ff264cedd2ccc3cc39ca3b70bc296d81ea8c1e6dd655bb8a6d1b9a44084e02d74a26cd4eb7264e4732e98be3ec351dc6e3a')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *0.17/<1/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list