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

Felix Yan felixonmars at gemini.archlinux.org
Thu Sep 8 12:21:30 UTC 2022


    Date: Thursday, September 8, 2022 @ 12:21:30
  Author: felixonmars
Revision: 1296751

upgpkg: haskell-data-bword 0.1.0.2-1: rebuild with data-bword 0.1.0.2

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-08 12:18:18 UTC (rev 1296750)
+++ PKGBUILD	2022-09-08 12:21:30 UTC (rev 1296751)
@@ -2,8 +2,8 @@
 
 _hkgname=data-bword
 pkgname=haskell-data-bword
-pkgver=0.1.0.1
-pkgrel=23
+pkgver=0.1.0.2
+pkgrel=1
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword"
 license=('BSD')
@@ -11,13 +11,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('16338a0c4c8bd2cd9c676ae6986fdb167809c361d770f953074fecc3cb5626ca99cc9999826c3e5a2e925177f95e3f8ef40715764b0ffb09ddde6ecd593d0e76')
+sha512sums=('9275c80477362d415cb9d25616ca2f670e27c4e54d45fa345788173d74ade4b7ad4127571b39bfb2311f910cfb52ae1a23298fd2ebf0031436c1c9da35ee0521')
 
 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



More information about the arch-commits mailing list