summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortinywrkb2021-08-09 14:22:01 +0300
committertinywrkb2021-08-09 14:22:01 +0300
commit25d6ec17ec564e7a79f59f633d271fede83e84f9 (patch)
tree3b3b57a688b2e8826282fccabfa76415f40f11c1 /PKGBUILD
parentdef84a4ae6526942c775d6368eb432bf269e03c5 (diff)
downloadaur-25d6ec17ec564e7a79f59f633d271fede83e84f9.tar.gz
bump to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cecb80c332c..cee81e767884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_gitname=complete-alias
pkgname=bash-${_gitname}
-pkgver=1.10.0
+pkgver=1.12.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=('467a8a0cff0e2c5096f2e42c7b991cff20f5252b7f69e4cfbb6984d3ce0ab06d')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cykerway/${_gitname}/archive/${pkgver}.tar.gz")
+sha256sums=('0232907e8f615b5050f8c06045ab3357be6cf172031c923f31ec008aa754b0f9')
package() {
depends=('bash-completion' 'findutils' 'sed')