[arch-commits] Commit in haskell-uri-bytestring/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Jul 3 15:43:18 UTC 2021
Date: Saturday, July 3, 2021 @ 15:43:18
Author: felixonmars
Revision: 971947
upgpkg: haskell-uri-bytestring 0.3.3.1-1
Modified:
haskell-uri-bytestring/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-03 15:25:36 UTC (rev 971946)
+++ PKGBUILD 2021-07-03 15:43:18 UTC (rev 971947)
@@ -2,27 +2,23 @@
_hkgname=uri-bytestring
pkgname=haskell-uri-bytestring
-pkgver=0.3.3.0
-pkgrel=73
+pkgver=0.3.3.1
+pkgrel=1
pkgdesc="Haskell URI parsing as ByteStrings"
url="https://github.com/Soostone/uri-bytestring"
license=('BSD')
arch=('x86_64')
depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-th-lift-instances')
-makedepends=('ghc' 'haskell-hunit' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-hedgehog'
- 'haskell-tasty-hunit' 'haskell-base-compat' 'haskell-safe')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-hedgehog' 'haskell-tasty'
+ 'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 'haskell-safe')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('29be8a04bc95e5d86cb3f1c042e0acfec3970af7d9424c8e3218e143b2b9d783d1e7585597ba588928bd843b4d7f02dbb7f3ad862f39c60e4baa6c262faa9669')
+sha512sums=('58a467b94a887c018be118f1775e9c7b8ecdf75d655fc1dd235bc2a49a7e5356b4be5a51cabc3135341193a78065e1b44901745ebe9016fcc6636131a2c28672')
-prepare() {
- sed -e '/, semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
build() {
cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
- --prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-f-lib-Werror
runhaskell Setup build $MAKEFLAGS
@@ -34,8 +30,7 @@
check() {
cd $_hkgname-$pkgver
- # https://github.com/Soostone/uri-bytestring/issues/50
- # runhaskell Setup test --show-details=direct
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list