Date: Friday, December 17, 2021 @ 00:09:54 Author: felixonmars Revision: 1075608
upgpkg: haskell-lattices 2.0.3-1: rebuild with lattices 2.0.3 Modified: haskell-lattices/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-17 00:05:20 UTC (rev 1075607) +++ PKGBUILD 2021-12-17 00:09:54 UTC (rev 1075608) @@ -2,23 +2,19 @@ _hkgname=lattices pkgname=haskell-lattices -pkgver=2.0.2 -pkgrel=122 +pkgver=2.0.3 +pkgrel=1 pkgdesc="Fine-grained library for constructing and manipulating lattices" -url="http://github.com/phadej/lattices/" +url="https://github.com/phadej/lattices/" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 'haskell-hashable' 'haskell-integer-logarithms' 'haskell-semigroupoids' 'haskell-tagged' 'haskell-universe-base' 'haskell-universe-reverse-instances' 'haskell-unordered-containers') -makedepends=('ghc' 'uusi' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck') +makedepends=('ghc' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('SKIP') +sha256sums=('0fa7eae5848cd66d76f18d84a8838e3031faebeca85b6ddf5b5e4fcd7147c7d6') -prepare() { - uusi $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
