Date: Wednesday, July 7, 2021 @ 17:17:06 Author: felixonmars Revision: 975290
upgpkg: haskell-vector-builder 0.3.8.2-1 Modified: haskell-vector-builder/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-07 17:11:32 UTC (rev 975289) +++ PKGBUILD 2021-07-07 17:17:06 UTC (rev 975290) @@ -3,23 +3,18 @@ _hkgname=vector-builder pkgname=haskell-vector-builder -pkgver=0.3.8.1 -pkgrel=35 +pkgver=0.3.8.2 +pkgrel=1 pkgdesc="Vector builder" url="https://github.com/nikita-volkov/vector-builder" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-vector') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-attoparsec' 'haskell-quickcheck-instances' +makedepends=('ghc' 'haskell-quickcheck' 'haskell-attoparsec' 'haskell-quickcheck-instances' 'haskell-rerebase' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('019d357b85d8d06868acffeb9be20f36b7dcee53c819e2e1fc6759ffae2c9ebc2174dbc498e4c57a491faaa5f39d301079c91d1df397362ff391ed893deb3362') +sha512sums=('7ad6c01f21ef38445f81389ffac6d8a12de95e36dfbb4d83f011586c35a5c569e58c827d27a6e60a18b0dff9d0dc56f2ab6927c1dc49d5cc2bd2663726b909f0') -prepare() { - cd $_hkgname-$pkgver - uusi -u attoparsec $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
