summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcarlwgeorge2017-03-25 14:37:51 -0500
committercarlwgeorge2017-03-25 14:37:51 -0500
commitbf49b81f4671958bb5c322ba8e2b50091b33efd0 (patch)
tree7410422bd597d2692de48c048efe3412c2e1a062 /PKGBUILD
parentd302f88c9245829dd754f746b2298734478839d1 (diff)
downloadaur-bf49b81f4671958bb5c322ba8e2b50091b33efd0.tar.gz
0.1.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a36ebf9cb29..8e509316f040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name="pdir2"
_module="${_name%2}"
pkgname=("python-$_module" "python2-$_module")
-pkgver=0.1.1
+pkgver=0.1.3
pkgrel=1
pkgdesc="Pretty dir printing with joy"
arch=("any")
@@ -12,7 +12,7 @@ url="https://github.com/laike9m/$_name"
license=("MIT")
makedepends=("python-setuptools" "python2-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('947b374d679bc777385325ad3a24693c9a3c13e4c6854fda09b5061ae5021332')
+sha256sums=('8758291948b4264754390b6a9f4f033afd6fc7e9b181a7dd555b21f99b16d77e')
build() {
cd "$_name-$pkgver"