Date: Saturday, March 19, 2022 @ 13:17:56 Author: felixonmars Revision: 1160765
upgpkg: haskell-show 0.6-81: rebuild with base-compat 0.12.1, base-compat-batteries 0.12.1 Modified: haskell-show/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-19 13:17:50 UTC (rev 1160764) +++ PKGBUILD 2022-03-19 13:17:56 UTC (rev 1160765) @@ -3,13 +3,13 @@ _hkgname=show pkgname=haskell-show pkgver=0.6 -pkgrel=80 +pkgrel=81 pkgdesc="'Show' instances for Lambdabot" url="https://github.com/mokus0/show.git" license=("GPL") arch=('x86_64') depends=('ghc-libs' 'haskell-syb') -makedepends=('ghc' ) +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha256sums=('4f57a947a538d021406f649049dde27d4d8d0b44aac3ba38fa64806c9d737b95')
