Date: Thursday, March 2, 2023 @ 21:44:53
  Author: felixonmars
Revision: 1407970

upgpkg: haskell-tagged 0.8.7-1: rebuild with tagged 0.8.7

Modified:
  haskell-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-02 21:21:37 UTC (rev 1407969)
+++ PKGBUILD    2023-03-02 21:44:53 UTC (rev 1407970)
@@ -3,8 +3,8 @@
 
 _hkgname=tagged
 pkgname=haskell-tagged
-pkgver=0.8.6.1
-pkgrel=5
+pkgver=0.8.7
+pkgrel=1
 pkgdesc="Haskell 98 phantom types to avoid unsafely passing dummy arguments"
 url="https://github.com/ekmett/tagged";
 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=('289be845821aada538caf3fd0fc85b8ed115c657dc5beb0408816e43cf72153881ad305a982effa572a46e5b1842d2772af44313674cb0a252db8aeb6953f345')
+sha512sums=('75e8a65a7ebf267a508660e91cb7e265aca3c7b417b4441a01024419f27c0b9614c94a45f0ee58c454492f6e623ccde2d8b9f06cc0100c2f2927efe119fa57ea')
 
 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 \
             -fdeepseq -ftransformers
     runhaskell Setup build $MAKEFLAGS

Reply via email to