Date: Sunday, May 16, 2021 @ 08:39:20 Author: felixonmars Revision: 935685
upgpkg: haskell-bytestring-encoding 0.1.1.0-1: rebuild with bytestring-encoding 0.1.1.0 Modified: haskell-bytestring-encoding/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-16 08:38:19 UTC (rev 935684) +++ PKGBUILD 2021-05-16 08:39:20 UTC (rev 935685) @@ -2,8 +2,8 @@ _hkgname=bytestring-encoding pkgname=haskell-bytestring-encoding -pkgver=0.1.0.0 -pkgrel=12 +pkgver=0.1.1.0 +pkgrel=1 pkgdesc="ByteString ↔ Text converter based on GHC.IO.Encoding" url="https://github.com/msakai/bytestring-encoding#readme" license=("BSD") @@ -12,7 +12,7 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-th') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('6d98a1e9ed7e0ca9619b4eb30fde61bab91593e74c4087873c22dede53e9f216') +sha512sums=('6a080fc0f95060ea2702191442bd4e397149bda25aa2d7c95979cc080201db04eef70305bfd5cb6d52609a339837a0bcadb3951fb375a1ad61522537b0d0087a') build() { cd $_hkgname-$pkgver
