[arch-commits] Commit in haskell-wreq/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Feb 22 02:37:50 UTC 2020
Date: Saturday, February 22, 2020 @ 02:37:50
Author: felixonmars
Revision: 577888
upgpkg: haskell-wreq 0.5.3.2-132: rebuild with tasty-golden 2.3.3
Modified:
haskell-wreq/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-22 02:34:23 UTC (rev 577887)
+++ PKGBUILD 2020-02-22 02:37:50 UTC (rev 577888)
@@ -3,7 +3,7 @@
_hkgname=wreq
pkgname=haskell-wreq
pkgver=0.5.3.2
-pkgrel=131
+pkgrel=132
pkgdesc="An easy-to-use HTTP client library."
url="https://github.com/bos/wreq"
license=('BSD')
@@ -46,6 +46,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.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+ install -D -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
}
More information about the arch-commits
mailing list