[arch-commits] Commit in haskell-shelly/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 18 18:53:22 UTC 2018
Date: Sunday, March 18, 2018 @ 18:53:21
Author: felixonmars
Revision: 309073
upgpkg: haskell-shelly 1.7.2-1
rebuild with shelly,1.7.2
Modified:
haskell-shelly/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-18 18:53:18 UTC (rev 309072)
+++ PKGBUILD 2018-03-18 18:53:21 UTC (rev 309073)
@@ -4,8 +4,8 @@
_hkgname=shelly
pkgname=haskell-shelly
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.7.2
+pkgrel=1
pkgdesc="Shell-like (systems) programming in Haskell"
url="https://github.com/yesodweb/Shelly.hs"
license=("custom:BSD3")
@@ -14,12 +14,12 @@
'haskell-system-fileio' 'haskell-monad-control' 'haskell-lifted-base'
'haskell-lifted-async' 'haskell-exceptions' 'haskell-enclosed-exceptions' 'haskell-text'
'haskell-async' 'haskell-transformers-base')
-makedepends=('ghc' 'haskell-hunit' 'haskell-hspec')
+makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-contrib')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0409be10d66fcd6d283b2032fdc39e674187d7d29a4ef0eb61dd251bc3518b1863ab70185abe963ba0eb4601a0a96013b6f83b5c73255b06aaec9914b1628ffd')
+sha512sums=('bee82f8b6433f244d84984fdfaa262ac3c6712d54f37882e503a9de6ace6f7a3da497ba81bedc7e33d0db6f37a464605e4c245fd90a829666df692ad912b7fb3')
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}" --enable-tests \
@@ -38,7 +38,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