Date: Tuesday, August 23, 2022 @ 08:47:27 Author: felixonmars Revision: 1274939
upgpkg: haskell-topograph 1.0.0.2-1: rebuild with topograph 1.0.0.2 Modified: haskell-topograph/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-23 08:19:19 UTC (rev 1274938) +++ PKGBUILD 2022-08-23 08:47:27 UTC (rev 1274939) @@ -2,8 +2,8 @@ _hkgname=topograph pkgname=haskell-topograph -pkgver=1.0.0.1 -pkgrel=75 +pkgver=1.0.0.2 +pkgrel=1 pkgdesc="Directed acyclic graphs" url="https://github.com/phadej/topograph" license=("BSD") @@ -11,12 +11,11 @@ depends=('ghc-libs' 'haskell-base-compat' 'haskell-base-orphans' 'haskell-vector') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('9b11c14dd579b952e64faaa762a5faddebc64949bc7f732865fcb599a37fa2e9') +sha256sums=('d19e45680a8b6938e91f641096ddb6c879473f025af3688f532f90619ce2d721') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u base -u base-compat $_hkgname.cabal } build() {
