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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 02:03:10 UTC 2022


    Date: Monday, March 21, 2022 @ 02:03:10
  Author: felixonmars
Revision: 1166480

upgpkg: haskell-brick 0.65.1-1: rebuild with brick 0.65.1

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 01:59:42 UTC (rev 1166479)
+++ PKGBUILD	2022-03-21 02:03:10 UTC (rev 1166480)
@@ -3,8 +3,8 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.65
-pkgrel=15
+pkgver=0.65.1
+pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick"
 license=("BSD")
@@ -14,13 +14,13 @@
          'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
 makedepends=('ghc' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('87c2317f8c2820bdd51d2716bcaa6e000eec97aa2ff886b3a07f2465660f9d2d2bc0f747b1fdb6b4fcd1d6832e928e7ff065a214223814377e9dd2a80fe88d49')
+sha512sums=('2d2eec71266b15f39b932fe1e16af5446e26fa6c3cbb10fbe8964f7428aad525c7cd08278c084d87b78f0be7227e21672b9b8a7550cee0b68422ef4826e17b65')
 
 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 \
             -f-demos
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list