[arch-commits] Commit in haskell-http-streams/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 27 14:07:03 UTC 2020
Date: Monday, July 27, 2020 @ 14:07:03
Author: felixonmars
Revision: 665471
upgpkg: haskell-http-streams 0.8.7.2-1: rebuild with http-streams 0.8.7.2
Modified:
haskell-http-streams/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-27 14:06:28 UTC (rev 665470)
+++ PKGBUILD 2020-07-27 14:07:03 UTC (rev 665471)
@@ -2,8 +2,8 @@
_hkgname=http-streams
pkgname=haskell-http-streams
-pkgver=0.8.7.1
-pkgrel=141
+pkgver=0.8.7.2
+pkgrel=1
pkgdesc="An HTTP client using io-streams"
url="https://github.com/afcowie/http-streams"
license=('BSD')
@@ -17,7 +17,7 @@
'haskell-hspec-expectations' 'haskell-snap-core' 'haskell-snap-server'
'haskell-system-fileio' 'haskell-system-filepath')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('6c2613cc6bcc1b54916c484834779fb3388085082df33216beb12685eb8e56c0f45b2bf24d657acc6c0295ea429c0e1947213a1235c4373cfdcf10899c93bee1')
+sha512sums=('1028e7a102fc189ddd20d353492306d506f24f0408a234e0ec2b01c11737bc9ffec76a5609e18e355ef838663ec412ce3b358d8223deea7dd4c35ada5223f3ea')
build() {
cd $_hkgname-$pkgver
@@ -49,6 +49,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 "LICENCE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
- rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+ install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+ rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
}
More information about the arch-commits
mailing list