[arch-commits] Commit in haskell-keys/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jan 29 17:14:32 UTC 2018
Date: Monday, January 29, 2018 @ 17:14:31
Author: felixonmars
Revision: 287820
upgpkg: haskell-keys 3.12-1
rebuild with keys,3.12
Modified:
haskell-keys/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-29 17:12:05 UTC (rev 287819)
+++ PKGBUILD 2018-01-29 17:14:31 UTC (rev 287820)
@@ -4,20 +4,21 @@
_hkgname=keys
pkgname=haskell-keys
-pkgver=3.11
-pkgrel=48
+pkgver=3.12
+pkgrel=1
pkgdesc="Keyed functors and containers"
url="https://github.com/ekmett/keys/"
license=("custom:BSD3")
arch=('x86_64')
-depends=('ghc-libs' "haskell-comonad" "haskell-free" "haskell-hashable" "haskell-semigroupoids"
- "haskell-semigroups" "haskell-transformers-compat" "haskell-unordered-containers")
+depends=('ghc-libs' 'haskell-comonad' 'haskell-free' 'haskell-hashable' 'haskell-semigroupoids'
+ 'haskell-semigroups' 'haskell-tagged' 'haskell-transformers-compat'
+ 'haskell-unordered-containers')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('027080dcaa59f364ac5c043586f54ed42a69cf2c2fac7955ae11029e01d2fa0fa2805286e4bf70db68f1f22467cd98f68e942ec6210524c1cd71609e44f1a1a6')
+sha512sums=('7d8ce7b6366b60d11eb839d7e7ef60ec6ac7370c641f0ec2d4acaa0fd37119f37aae4e570cf55a835bf8aaf9895de3ed0747070d6afc7f38faa12122935df49a')
build() {
- cd "${srcdir}/${_hkgname}-${pkgver}"
+ cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
@@ -30,7 +31,7 @@
}
package() {
- cd "${srcdir}/${_hkgname}-${pkgver}"
+ cd $_hkgname-$pkgver
install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
More information about the arch-commits
mailing list