[arch-commits] Commit in haskell-rebase/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 22 15:37:30 UTC 2021
Date: Saturday, May 22, 2021 @ 15:37:30
Author: felixonmars
Revision: 941999
upgpkg: haskell-rebase 1.12.0.1-14: rebuild with time-compat 1.9.6, hashable-time 0.3
Modified:
haskell-rebase/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-22 15:34:45 UTC (rev 941998)
+++ PKGBUILD 2021-05-22 15:37:30 UTC (rev 941999)
@@ -4,7 +4,7 @@
_hkgname=rebase
pkgname=haskell-rebase
pkgver=1.12.0.1
-pkgrel=13
+pkgrel=14
pkgdesc='A more progressive alternative to the "base" package'
url="https://github.com/nikita-volkov/rebase"
license=("MIT")
@@ -14,10 +14,15 @@
'haskell-scientific' 'haskell-selective' 'haskell-semigroupoids'
'haskell-unordered-containers' 'haskell-uuid' 'haskell-vector' 'haskell-vector-instances'
'haskell-void')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('fcd3d5fb25d67b16f140834a02584d36a489247a6e404b1917089ba9d6ab18af698497e889897145eb04a838d1b4fa5dd798faaac02607915fccb06f71076370')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u hashable-time $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list