Date: Tuesday, May 25, 2021 @ 20:47:58 Author: felixonmars Revision: 946318
upgpkg: haskell-rebase 1.12.1-1: rebuild with rebase 1.12.1, rerebase 1.12.1 Modified: haskell-rebase/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-25 20:47:39 UTC (rev 946317) +++ PKGBUILD 2021-05-25 20:47:58 UTC (rev 946318) @@ -3,8 +3,8 @@ _hkgname=rebase pkgname=haskell-rebase -pkgver=1.12.0.1 -pkgrel=16 +pkgver=1.12.1 +pkgrel=1 pkgdesc='A more progressive alternative to the "base" package' url="https://github.com/nikita-volkov/rebase" license=("MIT") @@ -14,15 +14,10 @@ 'haskell-scientific' 'haskell-selective' 'haskell-semigroupoids' 'haskell-unordered-containers' 'haskell-uuid' 'haskell-vector' 'haskell-vector-instances' 'haskell-void') -makedepends=('ghc' 'uusi') +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('fcd3d5fb25d67b16f140834a02584d36a489247a6e404b1917089ba9d6ab18af698497e889897145eb04a838d1b4fa5dd798faaac02607915fccb06f71076370') +sha512sums=('6a375c4f97d09ad88e4e3283765a18ca88506fb5571c78654980d92f9936e326fa5b4b986e3a67ee2cd81df0aa97216348b14f822ff84a289581ba30b18d36f9') -prepare() { - cd $_hkgname-$pkgver - uusi -u hashable-time $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
