Date: Thursday, September 13, 2018 @ 19:13:09 Author: felixonmars Revision: 380623
upgpkg: haskell-x11-xft 0.3.1-36 rebuild with X11 1.9 Modified: haskell-x11-xft/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-13 19:12:19 UTC (rev 380622) +++ PKGBUILD 2018-09-13 19:13:09 UTC (rev 380623) @@ -3,12 +3,12 @@ _hkgname=X11-xft pkgname=haskell-x11-xft pkgver=0.3.1 -pkgrel=35 +pkgrel=36 pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender parts" url="https://hackage.haskell.org/package/${_hkgname}" license=('LGPL') arch=('x86_64') -depends=('ghc-libs' 'haskell-x11=1.8' 'haskell-utf8-string' 'libxft') +depends=('ghc-libs' 'haskell-x11' 'haskell-utf8-string' 'libxft') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz) sha512sums=('8f40db25453227ef9ce53b05a0c6af869e3a2efdb1d9b9ad683baf52601f320c85b09f0e514bb6ffeb17516d9b75c6772aa49613bb96272d56f06788118b7cfe')
