Date: Sunday, June 12, 2022 @ 18:33:36 Author: felixonmars Revision: 1237256
upgpkg: haskell-arch-web 0.1.1-1: rebuild with arch-web 0.1.1 Modified: haskell-arch-web/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-12 18:12:27 UTC (rev 1237255) +++ PKGBUILD 2022-06-12 18:33:36 UTC (rev 1237256) @@ -2,8 +2,8 @@ _hkgname=arch-web pkgname=haskell-arch-web -pkgver=0.1.0 -pkgrel=297 +pkgver=0.1.1 +pkgrel=1 pkgdesc="Arch Linux official and AUR web interface binding" url="https://github.com/berberman/arch-web" license=("MIT") @@ -13,14 +13,12 @@ 'haskell-servant-client' 'haskell-servant-client-core') makedepends=('ghc' 'uusi' 'haskell-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('ffb66a4bee5432799e75f4c637856ae49868b2633e3711b3468a8d78b9263ef2') +sha256sums=('0d786f2f6da1f9b64e3c82838546152faf9c01f351cbb13b2bbb7f785a0d9de2') prepare() { cd $_hkgname-$pkgver - uusi -u http-client -u lens $_hkgname.cabal + uusi -u lens $_hkgname.cabal gen-setup - - sed -i '/CommunityTesting/a \ | KDEUnstable' src/Web/ArchLinux/Types.hs } build() {
