summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-03-25 14:37:51 -0500
committercarlwgeorge2017-03-25 14:37:51 -0500
commitbf49b81f4671958bb5c322ba8e2b50091b33efd0 (patch)
tree7410422bd597d2692de48c048efe3412c2e1a062
parentd302f88c9245829dd754f746b2298734478839d1 (diff)
downloadaur-bf49b81f4671958bb5c322ba8e2b50091b33efd0.tar.gz
0.1.3-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebbcfb4070ff..0a856267eda8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Mar 20 17:43:58 UTC 2017
+# Sat Mar 25 19:37:48 UTC 2017
pkgbase = python-pdir
- pkgver = 0.1.1
+ pkgdesc = Pretty dir printing with joy
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/laike9m/pdir2
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/p/pdir2/pdir2-0.1.1.tar.gz
- sha256sums = 947b374d679bc777385325ad3a24693c9a3c13e4c6854fda09b5061ae5021332
+ source = https://files.pythonhosted.org/packages/source/p/pdir2/pdir2-0.1.3.tar.gz
+ sha256sums = 8758291948b4264754390b6a9f4f033afd6fc7e9b181a7dd555b21f99b16d77e
pkgname = python-pdir
depends = python-colorama
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"