summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Savannah2017-06-11 01:45:51 -0400
committerTim Savannah2017-06-11 01:45:51 -0400
commit5abc20a894eff18076886315ca02fda643437620 (patch)
tree707a1921e61f05e8a8b565fd94d8ec850c364bf5 /PKGBUILD
parent688cef2b8c34486e0c77b8eba5008dd53e6faa2e (diff)
downloadaur-5abc20a894eff18076886315ca02fda643437620.tar.gz
2.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 569010059031..2bb3d82f6d93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Savannah <kata198@gmail.com>
pkgname=python2-processmappingscanner
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc="Python module for scanning information on running processes, including mappings, open file-descriptors, process owner, and other information"
arch=('any')
@@ -10,7 +10,7 @@ url="http://github.com/kata198/ProcessMappingScanner"
makedepends=('python2-setuptools' 'python2')
depends=('python2-setuptools' 'python2')
source=("https://github.com/kata198/ProcessMappingScanner/archive/${pkgver}.tar.gz")
-sha512sums=("aca2c42fc6e435f9cc17b352ab06ad19a292556e144bba42340c3abf9f7ef399466df1af34d322495b0181db1261cadda3960ae5946953a467380e9fa1d4fab3")
+sha512sums=("7e8c4ab46ebd7c215fddc27a09fb9a9f748de44425f0ce40eaf2b6e92c625b7de02fa3c111d383c4ec50861f923f9ed30814fa1de980306d051af554cb07477b")
build() {
cd "$srcdir"/ProcessMappingScanner-$pkgver