summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cee81e767884..5a69a91b9a58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=complete-alias
pkgname=bash-${_gitname}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='automagical bash shell alias completion'
arch=(any)
@@ -10,7 +10,7 @@ url='https://repo.cykerway.com/complete-alias'
license=('GPL3')
install=${pkgname}.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cykerway/${_gitname}/archive/${pkgver}.tar.gz")
-sha256sums=('0232907e8f615b5050f8c06045ab3357be6cf172031c923f31ec008aa754b0f9')
+sha256sums=('ceb722af6c571421bc5edd604dd78913c888bf107283c9591d6cf46e5418e0c7')
package() {
depends=('bash-completion' 'findutils' 'sed')