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

Felix Yan felixonmars at gemini.archlinux.org
Sun Jun 26 08:14:58 UTC 2022


    Date: Sunday, June 26, 2022 @ 08:14:57
  Author: felixonmars
Revision: 1239497

upgpkg: haskell-repline 0.4.2.0-1: rebuild with repline 0.4.2.0

Modified:
  haskell-repline/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-26 08:03:13 UTC (rev 1239496)
+++ PKGBUILD	2022-06-26 08:14:57 UTC (rev 1239497)
@@ -2,8 +2,8 @@
 
 _hkgname=repline
 pkgname=haskell-repline
-pkgver=0.4.0.0
-pkgrel=8
+pkgver=0.4.2.0
+pkgrel=1
 pkgdesc="Haskeline wrapper for GHCi-like REPL interfaces"
 url="https://github.com/sdiehl/repline"
 license=('MIT')
@@ -11,13 +11,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('1da58e7112bcb0096770fa5d0b056763a9ef8fc5e2af7d4901addf591dbd2436bdd68a3f500a4d5a8cc0e0bef4f34f2b77033ca2b4047929b9588906d91aaa22')
+sha512sums=('058792cdc7b8efdd332188d2be02af8b29507bc60012dafc64c090921e88a86b00ac3683142a0862f8d890b2536f5232dc1d7103cbcce256fa21e5ca4377b74b')
 
 build() {
     cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
         --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