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

Felix Yan felixonmars at archlinux.org
Sat Sep 19 00:44:47 UTC 2020


    Date: Saturday, September 19, 2020 @ 00:44:47
  Author: felixonmars
Revision: 710784

revert rebuild with base16-bytestring 1.0.0.0

Modified:
  haskell-base16-bytestring/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list