summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortinywrkb2021-04-28 17:07:08 +0300
committertinywrkb2021-04-28 17:07:08 +0300
commitdef84a4ae6526942c775d6368eb432bf269e03c5 (patch)
tree7272dc4de29a15dc626850aeea16721d2a303e74 /PKGBUILD
parent252daabc4a46c1aca64de28f97cb52af49a3e2f5 (diff)
downloadaur-def84a4ae6526942c775d6368eb432bf269e03c5.tar.gz
bump to 1.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c46a2452edf4..0cecb80c332c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_gitname=complete-alias
pkgname=bash-${_gitname}
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
pkgdesc='automagical bash shell alias completion'
arch=(any)
url='https://repo.cykerway.com/complete-alias'
license=('GPL3')
install=${pkgname}.install
source=("https://github.com/cykerway/${_gitname}/archive/${pkgver}.tar.gz")
-sha256sums=('f636b9c9262fb05fd2cd71da4a570d7cff5b25ccf88e1f78a74c8c80484f1a29')
+sha256sums=('467a8a0cff0e2c5096f2e42c7b991cff20f5252b7f69e4cfbb6984d3ce0ab06d')
package() {
depends=('bash-completion' 'findutils' 'sed')