Date: Thursday, September 15, 2022 @ 21:20:04
  Author: felixonmars
Revision: 1302932

upgpkg: haskell-x11 1.10.3-1: rebuild with X11 1.10.3

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-15 21:17:34 UTC (rev 1302931)
+++ PKGBUILD    2022-09-15 21:20:04 UTC (rev 1302932)
@@ -4,7 +4,7 @@
 
 _hkgname=X11
 pkgname=haskell-x11
-pkgver=1.10.2
+pkgver=1.10.3
 pkgrel=1
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
@@ -13,13 +13,13 @@
 depends=('ghc-libs' 'libx11' 'libxinerama' 'libxrandr' 'libxss' 
'haskell-data-default-class')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-sha512sums=('5013dc359e081900193efd201c38c41ca73bc8dae3610e8e3b46e42aad7ae4a5917ecd3219d77e40141be7179963aaa2454032c820945e93ff4310ef359b2df4')
+sha512sums=('5ce575568ec8db465f57d5e2901edf93b1f123f2a8828d397fbf20f4a46189b4c61a009fa0adbff4ceaa0a64d18d5bb6e38da9f3a4381f2462246426f9ecebfb')
 
 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

Reply via email to