[arch-commits] Commit in haskell-concurrent-output/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Mar 15 17:17:06 UTC 2018
Date: Thursday, March 15, 2018 @ 17:17:05
Author: felixonmars
Revision: 308656
upgpkg: haskell-concurrent-output 1.10.5-1
rebuild with concurrent-output,1.10.5
Modified:
haskell-concurrent-output/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-15 17:15:18 UTC (rev 308655)
+++ PKGBUILD 2018-03-15 17:17:05 UTC (rev 308656)
@@ -4,20 +4,20 @@
_hkgname=concurrent-output
pkgname=haskell-concurrent-output
-pkgver=1.10.4
+pkgver=1.10.5
pkgrel=1
pkgdesc="Ungarble output from several threads or commands"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD2")
arch=('x86_64')
-depends=('ghc-libs' "haskell-ansi-terminal" "haskell-async" "haskell-exceptions" "haskell-stm"
- "haskell-terminal-size" "haskell-text")
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-exceptions' 'haskell-stm'
+ 'haskell-terminal-size' 'haskell-text')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('828177f206293772877a0d141e77b3ee0fc35444122bbfe6b4e12405afc32822d1d9d2462a84e47ac2c1ff5d79efe041eead13a98ed07a737a8ed7140bb237a3')
+sha512sums=('d37814b7464151cf9ad948bb6f04262c93062b4b1d92064152b16264bb44a2e6993988645c0e184a21567efdfc5c471f4e2ac1248a02d7b5a7932cb7060e0570')
build() {
- cd "${srcdir}/${_hkgname}-${pkgver}"
+ cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
@@ -30,7 +30,7 @@
}
package() {
- cd "${srcdir}/${_hkgname}-${pkgver}"
+ cd $_hkgname-$pkgver
install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
More information about the arch-commits
mailing list