summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e6e50ea10b0..bf609d5fad1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Mon Jan 18 00:40:54 UTC 2016
pkgbase = python2-tracing
pkgdesc = Python debug logging helper
- pkgver = 0.8
+ pkgver = 0.9
pkgrel = 2
url = http://liw.fi/tracing/
arch = any
license = GPL3
depends = python2
- source = http://code.liw.fi/debian/pool/main/p/python-tracing/python-tracing_0.8.orig.tar.gz
- sha256sums = 808a064cc5fd1972fb07a7d72b4069cbff284ac7077bcd90eb2ce79d8b5c9ed0
+ source = http://code.liw.fi/debian/pool/main/p/python-tracing/python-tracing_0.9.orig.tar.xz
+ sha256sums = b44cafd2fac5d4c43a72af6082f0d3240a00f832f1d1e0ef74f69f8a4759106f
pkgname = python2-tracing
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"