[arch-commits] Commit in arch-hs/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Apr 4 01:25:37 UTC 2022


    Date: Monday, April 4, 2022 @ 01:25:36
  Author: felixonmars
Revision: 1181158

upgpkg: arch-hs 0.10.1.0-1

Modified:
  arch-hs/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 01:25:23 UTC (rev 1181157)
+++ PKGBUILD	2022-04-04 01:25:36 UTC (rev 1181158)
@@ -2,8 +2,8 @@
 # Contributor: berberman <hatsue at typed.icu>
 
 pkgname=arch-hs
-pkgver=0.10.0.0
-pkgrel=51
+pkgver=0.10.1.0
+pkgrel=1
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs"
@@ -14,9 +14,9 @@
          'haskell-microlens-th' 'haskell-neat-interpolation' 'haskell-optparse-simple'
          'haskell-polysemy' 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal'
          'haskell-servant-client' 'haskell-split' 'haskell-tar-conduit')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('da2dee749a92cd0799f66c48ec01687e4bd042013f94fc30deca3b37e1f0316b00197c05bfc3830538a2348ed5662a33b9dabec9e49799e13cb4c4bf6765b808')
+sha512sums=('6eb1456a005616fcdec8802d4de40bb950f35c4583684a386767f21419ceb9be2804672655b48cf0163ab141be41ad73fe2370872ac0881224caec9d44e91d44')
 
 _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}
@@ -30,11 +30,6 @@
   install -D -m644 fish${1} "$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish"
 }
 
-prepare() {
-  cd $pkgname-$pkgver
-  uusi -u polysemy $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