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

Felix Yan felixonmars at archlinux.org
Sat Oct 3 15:13:19 UTC 2020


    Date: Saturday, October 3, 2020 @ 15:13:19
  Author: felixonmars
Revision: 716528

upgpkg: arch-hs 0.2.0.0-1

Modified:
  arch-hs/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-03 15:08:24 UTC (rev 716527)
+++ PKGBUILD	2020-10-03 15:13:19 UTC (rev 716528)
@@ -2,8 +2,8 @@
 # Contributor: berberman <hatsue at typed.icu>
 
 pkgname=arch-hs
-pkgver=0.1.1.0
-pkgrel=6
+pkgver=0.2.0.0
+pkgrel=1
 pkgdesc="Generating PKGBUILD for hackage packages."
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs"
@@ -14,7 +14,7 @@
          'haskell-polysemy' 'haskell-colourista' 'haskell-optparse-applicative')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('ffae08628b76c8d758373f45a8c7154a65c10b10962b3618c796241ccb40c28cb969322db9e9a8defee3a541a1e6b240a21999e59084041b1cc6eb60b044b53d')
+sha512sums=('998eb6c46d1f31aa6638d1517b09421ad888023955343ab17260d1998a8317e62db6101f481417ef82cf8b5fc1dcdf3c951ef45ca651c93e5207d23e5e8b72d2')
 
 _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,6 +44,7 @@
   
   _gen_comp
   _gen_comp "-diff"
+  _gen_comp "-submit"
 }
 
 package() {
@@ -56,4 +57,5 @@
   
   _install_comp
   _install_comp "-diff"
+  _install_comp "-submit"
 } 



More information about the arch-commits mailing list