Date: Saturday, June 4, 2022 @ 15:04:53 Author: felixonmars Revision: 1221579
upgpkg: haskell-th-env 0.1.1-1: rebuild with th-env 0.1.1 Modified: haskell-th-env/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-04 14:52:52 UTC (rev 1221578) +++ PKGBUILD 2022-06-04 15:04:53 UTC (rev 1221579) @@ -2,9 +2,9 @@ _hkgname=th-env pkgname=haskell-th-env -pkgver=0.1.0.3 -pkgrel=28 -pkgdesc="Template Haskell splice that expands to an environment variable" +pkgver=0.1.1 +pkgrel=1 +pkgdesc="Template Haskell splices that expand to an environment variable" url="https://github.com/dzhus/th-env#readme" license=("BSD") arch=('x86_64') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-th-compat') makedepends=('ghc' 'haskell-markdown-unlit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('81219d473a745e153c74f5eafd8bef98c0bf3626d44149bc2427bf75ed485ccf') +sha256sums=('fc01b166df6ba45f6ce157165eb786da208dbab41252fd81134f8ba02cf3f505') build() { cd $_hkgname-$pkgver
