[arch-commits] Commit in haskell-profunctors/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 24 11:03:01 UTC 2018
Date: Thursday, May 24, 2018 @ 11:03:00
Author: felixonmars
Revision: 328557
upgpkg: haskell-profunctors 5.2.2-16
rebuild with base-orphans,0.7
Modified:
haskell-profunctors/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-24 11:01:23 UTC (rev 328556)
+++ PKGBUILD 2018-05-24 11:03:00 UTC (rev 328557)
@@ -5,7 +5,7 @@
_hkgname=profunctors
pkgname=haskell-profunctors
pkgver=5.2.2
-pkgrel=15
+pkgrel=16
pkgdesc="Profunctors"
url="https://github.com/ekmett/profunctors/"
license=("custom:BSD3")
@@ -18,7 +18,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i '/semigroups/d' $_hkgname.cabal
+ sed -i -e '/semigroups/d' -e 's/<.*0.7/<1/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list