[arch-commits] Commit in haskell-vector-sized/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Jul 16 15:54:34 UTC 2021
Date: Friday, July 16, 2021 @ 15:54:34
Author: felixonmars
Revision: 977628
upgpkg: haskell-vector-sized 1.4.4-1: rebuild with vector-sized 1.4.4
Modified:
haskell-vector-sized/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-16 15:36:35 UTC (rev 977627)
+++ PKGBUILD 2021-07-16 15:54:34 UTC (rev 977628)
@@ -2,7 +2,7 @@
_hkgname=vector-sized
pkgname=haskell-vector-sized
-pkgver=1.4.3.1
+pkgver=1.4.4
pkgrel=1
pkgdesc="Size tagged vectors"
url="https://github.com/expipiplus1/vector-sized#readme"
@@ -13,7 +13,7 @@
'haskell-primitive' 'haskell-vector')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('994e54c0324c7c213dbf50cb01781224dff33311d01b72910099bc61d7e6a66e')
+sha512sums=('f18ad80663cf0ee2ce816fe2754c9ad5cc4d9b596ea52edfc4cb7f243976ee8702345bbd0b3bbe8201aa2c8bf7de708b530b8623b121c47432ac235c831ae57a')
build() {
cd $_hkgname-$pkgver
@@ -24,7 +24,7 @@
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
--ghc-option='-pie'
- 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
@@ -39,4 +39,4 @@
runhaskell Setup copy --destdir="$pkgdir"
install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}
\ No newline at end of file
+}
More information about the arch-commits
mailing list