Date: Tuesday, March 21, 2023 @ 21:39:29
  Author: felixonmars
Revision: 1425059

upgpkg: haskell-stm-chans 3.0.0.9-1: rebuild with stm-chans 3.0.0.9

Modified:
  haskell-stm-chans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-21 21:37:31 UTC (rev 1425058)
+++ PKGBUILD    2023-03-21 21:39:29 UTC (rev 1425059)
@@ -3,8 +3,8 @@
 
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
-pkgver=3.0.0.6
-pkgrel=2
+pkgver=3.0.0.9
+pkgrel=1
 pkgdesc="Additional types of channels for STM."
 url="https://wrengr.org/software/hackage.html";
 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=('da8f914f15c31c3c02b3e41cb01017fc8208fa47f24b5a9d90b92b17cc95c13a32b5cc14bd687a773276cd6e88c3ff80d4094b5899160abdd936df70618b122f')
+sha512sums=('479beba647d05d7a198327a357f7d98f0e81c57a829d90d7c69f88afdf8d623d75b2375d2efe9ea9f9ea4f24a2db0462f4730d39fbf9783d41166eb0c7a02a4b')
 
 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
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script

Reply via email to