summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Savannah2018-12-05 02:05:07 -0500
committerTim Savannah2018-12-05 02:05:07 -0500
commitb4005773a498c8d2e60258eff8e06883ab2b9acf (patch)
tree0df936c6b1635ccde0d20c41a840f39f457c4d04 /PKGBUILD
parent2ac826dfa06cb01eaa4a475337b143994dc8cc2d (diff)
downloadaur-shell-advancedutils.tar.gz
2.2.1
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}"