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

Felix Yan felixonmars at archlinux.org
Tue Jun 1 17:10:13 UTC 2021


    Date: Tuesday, June 1, 2021 @ 17:10:12
  Author: felixonmars
Revision: 953025

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

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 17:10:09 UTC (rev 953024)
+++ PKGBUILD	2021-06-01 17:10:12 UTC (rev 953025)
@@ -4,17 +4,16 @@
 
 _hkgname=X11
 pkgname=haskell-x11
-pkgver=1.9.2
-pkgrel=75
+pkgver=1.10
+pkgrel=1
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11"
 license=('BSD')
-depends=('ghc-libs' "libx11" "libxinerama" "libxrandr" "libxss" "haskell-data-default")
-conflicts=(haskell-x11-extras)
+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=('e9658c33b6dcbb6a42f1cc4a8976365506af94ddc15c32f73205b453934ef3232f3b383f8365b6aa6e69b51acfda4a0f3a8038f3164523b33781139a80582a41')
+sha512sums=('7976a151edf9a54e4278f65903ec6b177211f8209039c4e2747abddd9ed86db51a6e65c5359297443b5ade513d9ca8e452cff033d9d0261f3fb027113765bb89')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list