Date: Tuesday, August 23, 2022 @ 17:28:11 Author: felixonmars Revision: 1275640
upgpkg: haskell-gridtables 0.0.3.0-1 Modified: haskell-gridtables/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-23 17:24:26 UTC (rev 1275639) +++ PKGBUILD 2022-08-23 17:28:11 UTC (rev 1275640) @@ -2,8 +2,8 @@ _hkgname=gridtables pkgname=haskell-gridtables -pkgver=0.0.2.0 -pkgrel=3 +pkgver=0.0.3.0 +pkgrel=1 pkgdesc="Parser for reStructuredText-style grid tables" url="https://github.com/tarleb/gridtables" license=("MIT") @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-doclayout') makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('6ddc13ac44336f92ad7d677afb9d8f35a404b73955f1c6e5d7a9aa78710c162f') +sha256sums=('bea762be9a545e38fcf913c09a911f81db14d6f7feb0a4476fa62b4b5dea71aa') prepare() { cd $_hkgname-$pkgver
