[arch-commits] Commit in haskell-dotgen/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 16 12:12:31 UTC 2020
Date: Tuesday, June 16, 2020 @ 12:12:30
Author: felixonmars
Revision: 646173
upgpkg: haskell-dotgen 0.4.3-1: rebuild with dotgen 0.4.3
Modified:
haskell-dotgen/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-16 11:44:36 UTC (rev 646172)
+++ PKGBUILD 2020-06-16 12:12:30 UTC (rev 646173)
@@ -2,8 +2,8 @@
_hkgname=dotgen
pkgname=haskell-dotgen
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
pkgdesc="A simple interface for building .dot graph files"
url="https://github.com/ku-fpg/dotgen"
license=('BSD')
@@ -11,7 +11,7 @@
depends=('ghc-libs')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('a861cbc840c9e04ea299e55b0635fe6399c05305408cab4f53211b32e263ccc15639d2b4cf4b374bd726798c18d1bcc3b80827d01a745e2e19249a60e3aff3cf')
+sha512sums=('145d71f331fde18452fe262a385dd48e8010b7a11fa12cd938c36e80ae03cd093fead73a02f0314d88c84ae9d2e63392dd10557d7615313a34262c6e41aa693f')
build() {
cd $_hkgname-$pkgver
@@ -19,7 +19,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
- runhaskell Setup build
+ runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
More information about the arch-commits
mailing list