[arch-commits] Commit in haskell-profunctors/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 11 19:46:11 UTC 2019
Date: Saturday, May 11, 2019 @ 19:46:10
Author: felixonmars
Revision: 465474
upgpkg: haskell-profunctors 5.4-1
rebuild with profunctors 5.4
Modified:
haskell-profunctors/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-11 19:00:53 UTC (rev 465473)
+++ PKGBUILD 2019-05-11 19:46:10 UTC (rev 465474)
@@ -3,8 +3,8 @@
_hkgname=profunctors
pkgname=haskell-profunctors
-pkgver=5.3
-pkgrel=34
+pkgver=5.4
+pkgrel=1
pkgdesc="Profunctors"
url="https://github.com/ekmett/profunctors/"
license=("BSD")
@@ -13,13 +13,8 @@
'haskell-contravariant' 'haskell-distributive' 'haskell-tagged')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a4b5d386aec89b9ede94f0277ea29453435429e27993f9add315b1bba478a214ebb55ece68f74f68ca91dd3e65a1e5c1cc1829bdad81dbf643dfd97029473162')
+sha512sums=('85093c1c764cdf6d5f4d90b23c4abdaa6ff2e9531f329207cb94356a7a4761f87661ab134b3e82bdc86f564224d119e485efc5cd0f36dbc45c040c53602271bd')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i -e '/semigroups/d' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list