summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Avramov2021-06-12 13:35:12 +0900
committerAlexey Avramov2021-06-12 13:35:12 +0900
commit97c4ee783bb9f9c2d022587a2fd6ee6bcae58bbc (patch)
tree66e7c2951e5e28fea7aa26ae670907e92d3bb272
parent9bd8a38c2515c2406f531bd3d75c87e267fd2d5a (diff)
downloadaur-nohang-git.tar.gz
Update pkgver, add provides(), update conflicts()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1581f6079c6e..732e0f4cb61e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = nohang-git
pkgdesc = A sophisticated low memory handler
- pkgver = 0.1.r693.gbcd2899
+ pkgver = 0.2.0.r8.gb84cf12
pkgrel = 1
url = https://github.com/hakavlad/nohang
arch = any
license = MIT
depends = python
+ depends = systemd
optdepends = libnotify: to show GUI notifications
optdepends = sudo: to show GUI notifications if nohang started with UID=0
optdepends = logrotate: maintaining a separate log is one of the options
makedepends = git
+ provides = nohang
conflicts = nohang
backup = etc/nohang/nohang.conf
backup = etc/nohang/nohang-desktop.conf
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'