Date: Tuesday, January 10, 2023 @ 20:11:39
  Author: felixonmars
Revision: 1382369

upgpkg: haskell-xcb-types 0.12.0-1: rebuild with xcb-types 0.12.0

Modified:
  haskell-xcb-types/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-10 20:08:51 UTC (rev 1382368)
+++ PKGBUILD    2023-01-10 20:11:39 UTC (rev 1382369)
@@ -3,7 +3,7 @@
 
 _hkgname=xcb-types
 pkgname=haskell-xcb-types
-pkgver=0.11.0
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="Parses XML files used by the XCB project"
 url="https://hackage.haskell.org/package/${_hkgname}";
@@ -12,13 +12,13 @@
 depends=('ghc-libs' 'haskell-xml')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('aff7d05ab096f2617f5258263d9edbd2a3f757644919c9d0af96046d60c4c47d60ca18c47c932efa5dcd69ebfc3c465b372b09e71ae2e026816f546d47cb685b')
+sha512sums=('a2043a8a1cd2bf6ba0fc6d16d912920c6fd80f3f12029ddfaee23af2e5aa651f9484678308c1373bd9bacc640105ee0bc13e3045e68f7a85ebb048a6e9a02164')
 
 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 \
             -fsplit-base
     runhaskell Setup build $MAKEFLAGS

Reply via email to