[arch-commits] Commit in haskell-conduit/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Feb 23 17:07:15 UTC 2020
Date: Sunday, February 23, 2020 @ 17:07:14
Author: felixonmars
Revision: 579861
upgpkg: haskell-conduit 1.3.1.2-24: rebuild with split 0.2.3.4
Modified:
haskell-conduit/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-23 17:04:44 UTC (rev 579860)
+++ PKGBUILD 2020-02-23 17:07:14 UTC (rev 579861)
@@ -4,7 +4,7 @@
_hkgname=conduit
pkgname=haskell-conduit
pkgver=1.3.1.2
-pkgrel=23
+pkgrel=24
pkgdesc="Streaming data processing library."
url="https://github.com/snoyberg/conduit"
license=("MIT")
@@ -40,6 +40,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