[arch-commits] Commit in python-prctl/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 13 11:50:32 UTC 2021


    Date: Wednesday, January 13, 2021 @ 11:50:32
  Author: felixonmars
Revision: 820398

upgpkg: python-prctl 1.8-1

Modified:
  python-prctl/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 11:49:13 UTC (rev 820397)
+++ PKGBUILD	2021-01-13 11:50:32 UTC (rev 820398)
@@ -1,16 +1,17 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-prctl
-pkgver=1.7
-pkgrel=5
+pkgver=1.8
+pkgrel=1
 pkgdesc='Python(ic) interface to the linux prctl syscall'
 arch=('x86_64')
 license=('GPL')
 url='https://github.com/seveas/python-prctl'
 depends=('python' 'libcap')
+makedepends=('python-setuptools')
 checkdepends=('iputils' 'procps-ng')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/seveas/python-prctl/archive/v$pkgver.tar.gz")
-sha512sums=('f2a18fc8e9ef469722c6618d5dd6b7b558d4060783e6fb3a8dc868d9ed3fa21ade371f94a4538a24dca92a71f623a96638c96882d9cf0d3d499a9f12dae8538a')
+sha512sums=('759e16053829ad556c79e9431da396bc6b740a758624ab895c1e30b3b999c1f1e29b754407a3ed226c7c69d52cf6d8f21845755a11747267f2541ffd95c77549')
 
 build() {
   cd python-prctl-$pkgver



More information about the arch-commits mailing list