summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fccd7bdf20c..7f2b6923f0b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auto-auto-complete
pkgdesc = Autogenerate shell auto-completion scripts
- pkgver = 7.1
+ pkgver = 7.2
pkgrel = 1
url = https://github.com/maandree/auto-auto-complete
install = auto-auto-complete.install
@@ -12,8 +12,8 @@ pkgbase = auto-auto-complete
makedepends = python3
makedepends = texinfo
depends = python3
- source = https://github.com/maandree/auto-auto-complete/archive/7.1.tar.gz
- sha256sums = 02639d1031c28529d247765587fdbb7afd6bed3a75381eae4846c747555cf24e
+ source = https://github.com/maandree/auto-auto-complete/archive/7.2.tar.gz
+ sha256sums = 5e54025c6ef65dfff5ba976d23eb778a0936b0678763ebcd78359d460300301e
pkgname = auto-auto-complete
diff --git a/PKGBUILD b/PKGBUILD
index 83e9b88a05f4..3fea84334863 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=auto-auto-complete
-pkgver=7.1
+pkgver=7.2
pkgrel=1
pkgdesc='Autogenerate shell auto-completion scripts'
arch=('any')
@@ -11,7 +11,7 @@ depends=('python3')
makedepends=('make' 'sed' 'coreutils' 'python3' 'texinfo')
install=auto-auto-complete.install
source=(https://github.com/maandree/auto-auto-complete/archive/$pkgver.tar.gz)
-sha256sums=(02639d1031c28529d247765587fdbb7afd6bed3a75381eae4846c747555cf24e)
+sha256sums=(5e54025c6ef65dfff5ba976d23eb778a0936b0678763ebcd78359d460300301e)
build() {