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

Felix Yan felixonmars at archlinux.org
Tue Dec 15 17:54:06 UTC 2020


    Date: Tuesday, December 15, 2020 @ 17:54:05
  Author: felixonmars
Revision: 776012

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

Modified:
  haskell-base16-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-15 17:51:15 UTC (rev 776011)
+++ PKGBUILD	2020-12-15 17:54:05 UTC (rev 776012)
@@ -3,16 +3,17 @@
 
 _hkgname=base16-bytestring
 pkgname=haskell-base16-bytestring
-pkgver=0.1.1.7
-pkgrel=3
-pkgdesc="Fast base16 (hex) encoding and decoding for ByteStrings"
+pkgver=1.0.0.0
+pkgrel=1
+pkgdesc="RFC 4648-compliant Base16 encodings for ByteStrings"
 url="https://github.com/haskell/base16-bytestring"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework'
+             'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('33c4c1e35489cee42ced9fffed3ee11bfe976dc167adc3ab715c224e69025fd9634cb010ee09bf86aa71170e12172c823964fdc3bed4611c599f686beea2985e')
+sha512sums=('d18128ad48efdd5d4e024ab84983dc671cd4522cf2971438b2ec87f63a9538ad7a551554645c3ff7b860ee9878d159e748e7026fd76285c911325a119a329fdc')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list