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 11b477724ce5..b05a5ce23ba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Savannah <kata198@gmail.com>
pkgname=shell-advancedutils
-pkgver=2.0.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="Advanced commands to extend SH/Bash shell scripting into a more powerful language"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://github.com/kata198/shell-advancedutils"
makedepends=('python-setuptools' 'python' 'bash')
depends=('python-setuptools' 'python' 'bash')
source=("https://github.com/kata198/shell-advancedutils/archive/${pkgver}.tar.gz")
-sha512sums=("606f92bc3ca26dc6bf05cb2ae108a8280dbb24983eb1ceac329c88436f86118ff02010df2301e4d44a123448c0b979418893bcc817f26c0419935a98531787e8")
+sha512sums=("73f71ca6dd323a5a4d5e7c8ed71372c647ef50c3f3cd3c60069b64d7e693aa0498fbd49bd7e5fa521520d7d538c63cf6c3c19bd6816f5015ece422fd80a73cd7")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"