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

Felix Yan felixonmars at archlinux.org
Sat Jun 20 07:34:59 UTC 2020


    Date: Saturday, June 20, 2020 @ 07:34:59
  Author: felixonmars
Revision: 648115

upgpkg: haskell-base16-bytestring 0.1.1.7-1: rebuild with base16-bytestring 0.1.1.7

Modified:
  haskell-base16-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 06:16:47 UTC (rev 648114)
+++ PKGBUILD	2020-06-20 07:34:59 UTC (rev 648115)
@@ -3,24 +3,24 @@
 
 _hkgname=base16-bytestring
 pkgname=haskell-base16-bytestring
-pkgver=0.1.1.6
-pkgrel=19
+pkgver=0.1.1.7
+pkgrel=1
 pkgdesc="Fast base16 (hex) encoding and decoding for ByteStrings"
-url="https://github.com/bos/base16-bytestring"
+url="https://github.com/haskell/base16-bytestring"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('699bc1f7819a1c0cea0154626f8799301bc9360bc997a5e9313a605ec33ea04d77219b100693021fd43e01d8d979374db07e6e3fabef5301c411f335e30a8cba')
+sha512sums=('33c4c1e35489cee42ced9fffed3ee11bfe976dc167adc3ab715c224e69025fd9634cb010ee09bf86aa71170e12172c823964fdc3bed4611c599f686beea2985e')
 
 build() {
     cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-    runhaskell Setup build
+    runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -27,6 +27,11 @@
     sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+    cd $_hkgname-$pkgver
+    runhaskell Setup test
+}
+
 package() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list