summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4b22da7ee9b..c245dcfd48bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=q
pkgname=python2-$_pkgname
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="Quick-and-dirty debugging output for tired programmers"
arch=("any")
@@ -10,7 +10,7 @@ license=("APACHE")
url="https://github.com/zestyping/q"
depends=("python")
source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=("d115f95058f18250faec0b7fe8a86a926939e5df215dcdbf8729906d9a34b657")
+sha256sums=("de0fcf5a439754975dd8022c3bf26374b882d0fe4265aab8813f4e87e057eed5")
build() {