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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 02:22:36 UTC 2022


    Date: Monday, March 21, 2022 @ 02:22:36
  Author: felixonmars
Revision: 1166495

upgpkg: haskell-memory 0.17.0-1: rebuil with memory 0.17.0

Modified:
  haskell-memory/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 02:18:24 UTC (rev 1166494)
+++ PKGBUILD	2022-03-21 02:22:36 UTC (rev 1166495)
@@ -3,8 +3,8 @@
 
 _hkgname=memory
 pkgname=haskell-memory
-pkgver=0.16.0
-pkgrel=54
+pkgver=0.17.0
+pkgrel=1
 pkgdesc="memory and related abstraction stuff"
 url="https://github.com/vincenthz/hs-memory"
 license=("BSD")
@@ -12,13 +12,13 @@
 depends=('ghc-libs' 'haskell-basement')
 makedepends=('ghc' 'haskell-foundation')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1f911b988ce2c8431cd0a2dee1caa39fd3b8d6c9b738fe2ad9e159669188d131cf22940d8798e1ad4807874381f25e115bf9432a979b2f035cbd7cab2661d890')
+sha512sums=('ea8175094588680154cb1708a7ecdb6dfba0d29ae102cc2976996d789a4be10c8f106245eeff1d9573cc3e85e4cd5249c2305eeb7a5b14b833f8bed721c27daa')
 
 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 \
             -fsupport_deepseq -fsupport_bytestring -fsupport_basement -fsupport_foundation
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list