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 f04331971503..a930afcfe999 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='pid-tools'
pkgdesc="Some commandline tools for dealing with pids, information about processes, and their relations"
-pkgver=4.0.0
-pkgrel=2
+pkgver=5.0.0
+pkgrel=1
arch=('any')
license=('GPLv2')
url="http://github.com/kata198/pid-tools"
makedepends=('gcc' 'make')
source=("https://github.com/kata198/pid-tools/archive/${pkgver}.tar.gz")
-sha512sums=("2c2d1734cfd15a1e76c93a706ad19cf5d923c4aec5b4e435c61fa3f6c4fe8df314937c4afff8641e947def515a92bd7a6ee31e2c3211523e2c6165fb39a61c47")
+sha512sums=("8cf9fb45ac4485fb9961f03e330d0493dab506b3e97f4801731771b816d71fb3bd5e8d87caf698ca89edc85034e399fa33139eade06fc3e71d33b726b9b7230e")
build() {
cd "$srcdir/${pkgname}-$pkgver"