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 e8a0b42f76a9..4962a0413148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-ptrace
pkgname=('python-ptrace' 'python2-ptrace')
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="Python binding of ptrace library to trace processes and syscalls."
url="https://github.com/haypo/python-ptrace"
@@ -11,7 +11,7 @@ arch=('any')
license=('GPL2')
makedepends=('python' 'python2')
source=("https://github.com/haypo/${pkgbase}/archive/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('f9c6ef64d0b0016a971d991895a0da78cc2e6da8a87577a1ae06a28726d664e4')
+sha256sums=('e4f6cac3a71d9e99e7ae96c4286899c7d45c7b9f01dbb6cef179a187b8432d3e')
prepare(){
cp -dpr --no-preserve=owner "${pkgbase}-${pkgbase}-${pkgver}" "python2-ptrace-${pkgver}"