[arch-commits] Commit in arch-hs/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 30 19:53:06 UTC 2020
Date: Monday, November 30, 2020 @ 19:53:05
Author: felixonmars
Revision: 766671
upgpkg: arch-hs 0.5.0.0-1
Modified:
arch-hs/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-30 19:36:52 UTC (rev 766670)
+++ PKGBUILD 2020-11-30 19:53:05 UTC (rev 766671)
@@ -2,8 +2,8 @@
# Contributor: berberman <hatsue at typed.icu>
pkgname=arch-hs
-pkgver=0.4.0.0
-pkgrel=13
+pkgver=0.5.0.0
+pkgrel=1
pkgdesc="Distribute hackage packages to archlinux"
arch=('x86_64')
url="https://github.com/berberman/arch-hs"
@@ -12,9 +12,9 @@
'haskell-algebraic-graphs' 'haskell-conduit' 'haskell-tar-conduit' 'haskell-conduit-extra'
'haskell-split' 'haskell-neat-interpolation' 'haskell-microlens' 'haskell-microlens-th'
'haskell-polysemy' 'haskell-colourista' 'haskell-optparse-applicative')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('1357a96f647143754d3140d2598a617c7c0a720a1a1aa923171d84a61927d7e06dfed62e5d2be2544ce88fcb4165238f33720e928a8118c635c809efa23eb546')
+sha512sums=('870e7438b37397880334b638671b0bef58ec9254938e71a0972aa54a49bca16f666c498ecce26066c75dbde2dd509a120023b338b03aa0136c12204823390dc7')
_gen_comp(){
LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} --bash-completion-script "/usr/bin/arch-hs${1}" > bash${1}
@@ -28,10 +28,6 @@
install -D -m644 bash${1} "$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish"
}
-prepare() {
- uusi $pkgname-$pkgver/$pkgname.cabal
-}
-
build() {
cd $pkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
More information about the arch-commits
mailing list