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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 22 19:10:27 UTC 2022


    Date: Tuesday, March 22, 2022 @ 19:10:27
  Author: felixonmars
Revision: 1170466

upgpkg: haskell-gi-base 0.26.0-1: rebuild with haskell-gi 0.26.0, haskell-gi-base 0.26.0, gi-cairo 1.0.26

Modified:
  haskell-gi-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 19:07:36 UTC (rev 1170465)
+++ PKGBUILD	2022-03-22 19:10:27 UTC (rev 1170466)
@@ -3,8 +3,8 @@
 
 _hkgname=haskell-gi-base
 pkgname=haskell-gi-base
-pkgver=0.25.0
-pkgrel=4
+pkgver=0.26.0
+pkgrel=1
 pkgdesc="Foundation for libraries generated by haskell-gi"
 url="https://github.com/haskell-suite/haskell-gi"
 license=("LGPL2")
@@ -12,13 +12,13 @@
 depends=('ghc-libs' 'glib2')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('fdc47a86999f6eadf2a3fc21bc298f530430b2a7bd80d252577a4650adf57ece45d8465d323a8bbebf24f3621a9c6ea04aa47f97220f626c532967972ca54870')
+sha512sums=('fad190109162d57a5174dc2df4ad8d63ea9357cc3d5e619c8d6f0ba3ed5e1fc3d74837608cefed5ec72d5d7511316cce1b574727d54c27c86497d0806f1fe50b')
 
 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
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list