summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexey Avramov2021-06-12 13:35:12 +0900
committerAlexey Avramov2021-06-12 13:35:12 +0900
commit97c4ee783bb9f9c2d022587a2fd6ee6bcae58bbc (patch)
tree66e7c2951e5e28fea7aa26ae670907e92d3bb272 /PKGBUILD
parent9bd8a38c2515c2406f531bd3d75c87e267fd2d5a (diff)
downloadaur-nohang-git.tar.gz
Update pkgver, add provides(), update conflicts()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51a5da4f2bdf..caa3f4b0c5e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: Yauheni Kirylau <actionless dot loveless AT gmail.com>
# shellcheck disable=SC2034,SC2148,SC2154,SC2164
-_pkgname=nohang
-pkgname=${_pkgname}-git
-pkgver=0.1.r693.gbcd2899
+pkgname=nohang-git
+pkgver=0.2.0.r8.gb84cf12
pkgrel=1
pkgdesc="A sophisticated low memory handler"
arch=('any')
@@ -15,6 +14,7 @@ source=(
md5sums=('SKIP')
depends=(
'python'
+ 'systemd'
)
optdepends=(
'libnotify: to show GUI notifications'
@@ -24,7 +24,8 @@ optdepends=(
makedepends=(
'git'
)
-conflicts=("${_pkgname}")
+provides=('nohang')
+conflicts=('nohang')
backup=(
'etc/nohang/nohang.conf'
'etc/nohang/nohang-desktop.conf'