Date: Sunday, September 18, 2016 @ 08:37:42 Author: jlichtblau Revision: 189902
upgpkg: autojump 22.3.5-1 - new upstream release Modified: autojump/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-18 07:47:49 UTC (rev 189901) +++ PKGBUILD 2016-09-18 08:37:42 UTC (rev 189902) @@ -6,8 +6,8 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=autojump -pkgver=22.3.0 -pkgrel=2 +pkgver=22.3.5 +pkgrel=1 pkgdesc="A faster way to navigate your filesystem from the command line" arch=('any') url="https://github.com/wting/autojump" @@ -14,7 +14,7 @@ license=('GPL3') depends=('python') source=($pkgname-$pkgver.tar.gz::https://github.com/wting/$pkgname/archive/release-v$pkgver.tar.gz) -sha256sums=('800f444b820b3a985e1da2d183fb5e2e23753a2ade53d6e1195678c650379a03') +sha256sums=('a5759373ef3b64c09e4b5797f0d68b681976e6b86ba8c3bd009923c526780eb4') prepare() { cd $pkgname-release-v$pkgver
