[arch-commits] Commit in haskell-lens/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 5 20:27:29 UTC 2019
Date: Sunday, May 5, 2019 @ 20:27:28
Author: felixonmars
Revision: 460213
upgpkg: haskell-lens 4.17.1-1
rebuild with lens 4.17.1
Modified:
haskell-lens/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-05 20:21:09 UTC (rev 460212)
+++ PKGBUILD 2019-05-05 20:27:28 UTC (rev 460213)
@@ -3,8 +3,8 @@
_hkgname=lens
pkgname=haskell-lens
-pkgver=4.17
-pkgrel=44
+pkgver=4.17.1
+pkgrel=1
pkgdesc="Lenses, Folds and Traversals"
url="https://github.com/ekmett/lens/"
license=("BSD")
@@ -13,16 +13,11 @@
'haskell-contravariant' 'haskell-distributive' 'haskell-exceptions' 'haskell-free'
'haskell-hashable' 'haskell-kan-extensions' 'haskell-parallel' 'haskell-profunctors'
'haskell-reflection' 'haskell-semigroupoids' 'haskell-tagged' 'haskell-th-abstraction'
- 'haskell-transformers-compat' 'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
+ 'haskell-transformers-compat' 'haskell-unordered-containers' 'haskell-vector')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('b17e715fd78a427e36fd34cf1b78a66bb620fc481798fe0e3a422df684b472591ac3c6256c2fc391630e7ec09f1d5e9dccc76d72783e4f24bb0687d35266cf67')
+sha512sums=('4fa7e00fd4f60440e7e10162ffb26cb3b557de6a3385160ed622cfa86a9c7bb0ab593a9db04ce04f581183e99d9d066d1e2398002eef36770044c900c294896b')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i '/semigroups/d' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list