[arch-commits] Commit in haskell-rebase/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 00:13:44 UTC 2022


    Date: Monday, March 21, 2022 @ 00:13:43
  Author: felixonmars
Revision: 1166368

upgpkg: haskell-rebase 1.13.1-1: rebuild with rebase 1.13.1, rerebase 1.13.1

Modified:
  haskell-rebase/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 00:12:30 UTC (rev 1166367)
+++ PKGBUILD	2022-03-21 00:13:43 UTC (rev 1166368)
@@ -3,8 +3,8 @@
 
 _hkgname=rebase
 pkgname=haskell-rebase
-pkgver=1.13.0.1
-pkgrel=69
+pkgver=1.13.1
+pkgrel=1
 pkgdesc='A more progressive alternative to the "base" package'
 url="https://github.com/nikita-volkov/rebase"
 license=("MIT")
@@ -16,11 +16,11 @@
          'haskell-vector-instances' 'haskell-void')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f0ac2c2f0b0596b01a7f2961566232b8966ce128acf8029f1d9ddcef67b44d955d6364d06b1127128a60cd947a4b0431da89e43e260da0b2eda300f2fc592e7a')
+sha512sums=('f4dede3d0a779356ecad906cbb23d5a1199cdc05701e1e39352bfeaa8ece68a77f2a5480fbb1e9ace2af8dd79fe10569598c4986803edb925b51d32394bbdf02')
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u hashable -u selective $_hkgname.cabal
+    uusi -u selective $_hkgname.cabal
 }
 
 build() {
@@ -27,7 +27,7 @@
     cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list