Date: Monday, July 4, 2022 @ 23:31:41 Author: felixonmars Revision: 1244062
upgpkg: haskell-algebraic-graphs 0.7-1: rebuild with algebraic-graphs 0.7 Modified: haskell-algebraic-graphs/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-04 23:29:30 UTC (rev 1244061) +++ PKGBUILD 2022-07-04 23:31:41 UTC (rev 1244062) @@ -2,8 +2,8 @@ _hkgname=algebraic-graphs pkgname=haskell-algebraic-graphs -pkgver=0.6 -pkgrel=42 +pkgver=0.7 +pkgrel=1 pkgdesc="A library for algebraic graph construction and transformation" url="https://github.com/snowleopard/alga" license=('MIT') @@ -11,7 +11,7 @@ depends=('ghc-libs') makedepends=('ghc' 'haskell-extra' 'haskell-inspection-testing' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('353e2a2f5a06a936983a182ecf1f8bdb7c3e96aa310e89453c8cfd5ca3e76fb4') +sha256sums=('51159a0d18690ab51e6709e3c576275402f96f57d901f87d734da6854582e568') build() { cd $_hkgname-$pkgver