summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8f42f6f2ae5..95792d5229ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=python2-tracing
-pkgver=0.8
+pkgver=0.9
pkgrel=2
pkgdesc="Python debug logging helper"
arch=('any')
url="http://liw.fi/tracing/"
license=('GPL3')
depends=('python2')
-source=("http://code.liw.fi/debian/pool/main/p/python-tracing/python-tracing_$pkgver.orig.tar.gz")
-sha256sums=('808a064cc5fd1972fb07a7d72b4069cbff284ac7077bcd90eb2ce79d8b5c9ed0')
+source=("http://code.liw.fi/debian/pool/main/p/python-tracing/python-tracing_$pkgver.orig.tar.xz")
+sha256sums=('b44cafd2fac5d4c43a72af6082f0d3240a00f832f1d1e0ef74f69f8a4759106f')
build() {
cd "$srcdir/python-tracing-$pkgver"