summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-11-08 20:40:31 +0100
committeractionless2018-11-08 20:40:31 +0100
commitc3e87a6f4f4e4d532c930bc45cccbb807a0a972e (patch)
tree27a0773f11d3fae945b96ee554e1bb4956f25db7
parent1aa294d82589f5dd5e156f7e0a55a06dcc1f0499 (diff)
downloadaur-c3e87a6f4f4e4d532c930bc45cccbb807a0a972e.tar.gz
fix python3 dep name
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f8fc2f4f9bb..7c514a5f10ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=nohang
pkgname=${_pkgname}-git
pkgver=r83ac238
-pkgrel=1
+pkgrel=2
pkgdesc="A highly configurable OOM preventer"
arch=('any')
url="https://github.com/hakavlad/nohang"
@@ -14,7 +14,7 @@ source=(
)
md5sums=('SKIP')
depends=(
- 'python3'
+ 'python'
'libnotify'
'sudo'
'procps-ng'