[arch-commits] Commit in haskell-rebase/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 30 18:50:04 UTC 2021
Date: Thursday, December 30, 2021 @ 18:50:04
Author: felixonmars
Revision: 1088748
upgpkg: haskell-rebase 1.13.0.1-46: rebuild with selective 0.5
Modified:
haskell-rebase/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-30 18:46:03 UTC (rev 1088747)
+++ PKGBUILD 2021-12-30 18:50:04 UTC (rev 1088748)
@@ -4,7 +4,7 @@
_hkgname=rebase
pkgname=haskell-rebase
pkgver=1.13.0.1
-pkgrel=45
+pkgrel=46
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-types' '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=('f0ac2c2f0b0596b01a7f2961566232b8966ce128acf8029f1d9ddcef67b44d955d6364d06b1127128a60cd947a4b0431da89e43e260da0b2eda300f2fc592e7a')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u selective $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list