Date: Tuesday, March 14, 2023 @ 16:26:27
  Author: felixonmars
Revision: 1420138

upgpkg: haskell-cmdargs 0.10.22-1: rebuild with cmdargs 0.10.22

Modified:
  haskell-cmdargs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-14 16:13:05 UTC (rev 1420137)
+++ PKGBUILD    2023-03-14 16:26:27 UTC (rev 1420138)
@@ -3,8 +3,8 @@
 
 _hkgname=cmdargs
 pkgname=haskell-cmdargs
-pkgver=0.10.21
-pkgrel=4
+pkgver=0.10.22
+pkgrel=1
 pkgdesc="Command line argument processing"
 url="http://community.haskell.org/~ndm/cmdargs/";
 license=("BSD")
@@ -12,13 +12,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('f17b7f56c9382a4ea3235b2d7669866e0ea366ab7c30984dc3f017f18d25015508f5cbce535eec4a601c09a33cffabe71b8da5cc15d301daf6ed3f3e40dbd2af')
+sha512sums=('571d9584769fdb5bb77a57607c2f432b365604a2ca2e9b5c044c319499004f7fcb12f2f6e61091a245f1bf6a5d321d38ade1a54d5bc86831136fa85b9b898faa')
 
 build() {
     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 \
             -fquotation -f-testprog
     runhaskell Setup build $MAKEFLAGS

Reply via email to