diff options
author | Alexey Avramov | 2020-07-04 21:09:19 +0900 |
---|---|---|
committer | Alexey Avramov | 2020-07-04 21:09:19 +0900 |
commit | 9bd8a38c2515c2406f531bd3d75c87e267fd2d5a (patch) | |
tree | d3ca19f4fa8fa4f1ccc1804f80a1edbb62c66aef /PKGBUILD | |
parent | 46aef963728aca324d6246a1cf07df1d31bc220d (diff) | |
download | aur-nohang-git.tar.gz |
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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' |