diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = nohang-git pkgdesc = A sophisticated low memory handler - pkgver = 0.1.r691.g22ac983 + pkgver = 0.1.r693.gbcd2899 pkgrel = 1 url = https://github.com/hakavlad/nohang arch = any @@ -9,6 +9,7 @@ pkgbase = nohang-git 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 conflicts = nohang backup = etc/nohang/nohang.conf backup = etc/nohang/nohang-desktop.conf @@ -3,7 +3,7 @@ _pkgname=nohang pkgname=${_pkgname}-git -pkgver=0.1.r691.g22ac983 +pkgver=0.1.r693.gbcd2899 pkgrel=1 pkgdesc="A sophisticated low memory handler" arch=('any') @@ -21,6 +21,9 @@ optdepends=( 'sudo: to show GUI notifications if nohang started with UID=0' 'logrotate: maintaining a separate log is one of the options' ) +makedepends=( + 'git' +) conflicts=("${_pkgname}") backup=( 'etc/nohang/nohang.conf' |