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

Felix Yan felixonmars at archlinux.org
Sat Sep 26 12:26:35 UTC 2020


    Date: Saturday, September 26, 2020 @ 12:26:35
  Author: felixonmars
Revision: 712454

upgpkg: arch-hs 0.1.0.0-1

Modified:
  arch-hs/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-26 12:24:32 UTC (rev 712453)
+++ PKGBUILD	2020-09-26 12:26:35 UTC (rev 712454)
@@ -2,8 +2,8 @@
 # Contributor: berberman <hatsue at typed.icu>
 
 pkgname=arch-hs
-pkgver=0.0.0
-pkgrel=6
+pkgver=0.1.0.0
+pkgrel=1
 pkgdesc="Generating PKGBUILD for hackage packages."
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs"
@@ -13,8 +13,8 @@
          'haskell-split' 'haskell-neat-interpolation' 'haskell-microlens' 'haskell-microlens-th'
          'haskell-polysemy' 'haskell-colourista' 'haskell-optparse-applicative')
 makedepends=('ghc')
-source=(https://github.com/berberman/arch-hs/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('aecf0e747a9f4a45f8a0fba15caffe09b2bd696184214fa8999a12bff4d0b87fce0bd56946d773f4cdfe25a6921f59fd63121bd65b3afe70fd3ce9706d3281e5')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('54d899de3880e95a22a62b4e235e0caa0e0c99704b5dba9e0854db9fa142ab204dbbc727b99f358364b38027335a6791a937a753c98ec026e5f4979806d964a1')
 
 _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}
@@ -44,7 +44,6 @@
   
   _gen_comp
   _gen_comp "-diff"
-  _gen_comp "-uusi" 
 }
 
 package() {
@@ -57,5 +56,4 @@
   
   _install_comp
   _install_comp "-diff"
-  _install_comp "-uusi"
 } 



More information about the arch-commits mailing list