aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-08-17 14:59:28 +0200
committerMattias Andrée <maandree@operamail.com>2013-08-17 14:59:28 +0200
commit986463b2d9e33f81c211af9587f2a3d728c83593 (patch)
tree84fc671c849ce406825f5a9f2529ebbec02c32fc
parentm (diff)
downloadauto-auto-complete-986463b2d9e33f81c211af9587f2a3d728c83593.tar.gz
auto-auto-complete-986463b2d9e33f81c211af9587f2a3d728c83593.tar.bz2
auto-auto-complete-986463b2d9e33f81c211af9587f2a3d728c83593.tar.xz
update pkgbuild
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--dist/archlinux/stable/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 5fff371..ac80809 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=auto-auto-complete
-pkgver=2
+pkgver=3
pkgrel=1
pkgdesc='Autogenerate shell auto-completion scripts'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python3')
makedepends=('make' 'sed' 'coreutils')
source=(https://github.com/maandree/auto-auto-complete/archive/$pkgver.tar.gz)
-sha256sums=(f201792daa620b04bc5726b8d5f41071158a7fd5ec7f1002e8f1ab760f188c67)
+sha256sums=(c50cef921ebb67e96c6fe8675abb0eecc226853732fddc5eddd3880b6f6634b8)
build() {