diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 5abae8f..85000a8 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=4 +pkgver=5 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=(0cc68e4a49a0168747597e7ff8bd58352a3747058097a69cec94f43fe67de0b3) +sha256sums=(54d7dda7ba7ef97419b3976f19f82826cf4cc97e6093660b107062ca8052f8a8) build() { |