summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Savannah2018-12-05 02:05:07 -0500
committerTim Savannah2018-12-05 02:05:07 -0500
commitb4005773a498c8d2e60258eff8e06883ab2b9acf (patch)
tree0df936c6b1635ccde0d20c41a840f39f457c4d04
parent2ac826dfa06cb01eaa4a475337b143994dc8cc2d (diff)
downloadaur-b4005773a498c8d2e60258eff8e06883ab2b9acf.tar.gz
2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c857eb0a754d..a4f3d6b40f64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shell-advancedutils
pkgdesc = Advanced commands to extend SH/Bash shell scripting into a more powerful language
- pkgver = 2.0.0
+ pkgver = 2.2.1
pkgrel = 1
url = http://github.com/kata198/shell-advancedutils
arch = i686
@@ -12,8 +12,8 @@ pkgbase = shell-advancedutils
depends = python-setuptools
depends = python
depends = bash
- source = https://github.com/kata198/shell-advancedutils/archive/2.0.0.tar.gz
- sha512sums = 606f92bc3ca26dc6bf05cb2ae108a8280dbb24983eb1ceac329c88436f86118ff02010df2301e4d44a123448c0b979418893bcc817f26c0419935a98531787e8
+ source = https://github.com/kata198/shell-advancedutils/archive/2.2.1.tar.gz
+ sha512sums = 73f71ca6dd323a5a4d5e7c8ed71372c647ef50c3f3cd3c60069b64d7e693aa0498fbd49bd7e5fa521520d7d538c63cf6c3c19bd6816f5015ece422fd80a73cd7
pkgname = shell-advancedutils
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}"