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

Felix Yan felixonmars at archlinux.org
Sun Feb 18 02:43:36 UTC 2018


    Date: Sunday, February 18, 2018 @ 02:43:34
  Author: felixonmars
Revision: 296206

upgpkg: haskell-storablevector 0.2.13-1

rebuild with storablevector,0.2.13

Modified:
  haskell-storablevector/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-18 02:43:10 UTC (rev 296205)
+++ PKGBUILD	2018-02-18 02:43:34 UTC (rev 296206)
@@ -4,20 +4,20 @@
 
 _hkgname=storablevector
 pkgname=haskell-storablevector
-pkgver=0.2.12.1
-pkgrel=3
+pkgver=0.2.13
+pkgrel=1
 pkgdesc="Fast, packed, strict storable arrays with a list interface like ByteString"
 url="http://www.haskell.org/haskellwiki/Storable_Vector"
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-non-negative' 'haskell-utility-ht' 'haskell-unsafe'
-         'haskell-quickcheck' 'haskell-syb')
+         'haskell-quickcheck' 'haskell-semigroups' 'haskell-syb')
 makedepends=('ghc' 'haskell-random')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a4963354d9b654608216062b76a133d5138acf4f3e09c98585762faa5facd16e27472e18ffdbe57255f443983d2d3018dcf5cc3d340aab6ff55180957cc31dc1')
+sha512sums=('d2394fea10a8bb4bcd041f21bfc3580307a0c58f25e2b2b9adf7d2468bd1e632b4659c6da504c8dad062dfde472d1c2ccdd41731fb8b664e2bf7e0f3de55343c')
 
 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}" --enable-tests \
@@ -36,7 +36,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