[arch-commits] Commit in haskell-x11-xft/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 25 22:36:25 UTC 2020
Date: Tuesday, February 25, 2020 @ 22:36:25
Author: felixonmars
Revision: 582164
upgpkg: haskell-x11-xft 0.3.1-67: rebuild with splitmix 0.0.4
Modified:
haskell-x11-xft/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-25 22:35:46 UTC (rev 582163)
+++ PKGBUILD 2020-02-25 22:36:25 UTC (rev 582164)
@@ -3,7 +3,7 @@
_hkgname=X11-xft
pkgname=haskell-x11-xft
pkgver=0.3.1
-pkgrel=66
+pkgrel=67
pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender parts"
url="https://hackage.haskell.org/package/${_hkgname}"
license=('LGPL')
@@ -32,6 +32,6 @@
install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
runhaskell Setup copy --destdir="$pkgdir"
- install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
}
More information about the arch-commits
mailing list