summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Avramov2020-07-04 21:09:19 +0900
committerAlexey Avramov2020-07-04 21:09:19 +0900
commit9bd8a38c2515c2406f531bd3d75c87e267fd2d5a (patch)
treed3ca19f4fa8fa4f1ccc1804f80a1edbb62c66aef
parent46aef963728aca324d6246a1cf07df1d31bc220d (diff)
downloadaur-9bd8a38c2515c2406f531bd3d75c87e267fd2d5a.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 664f67bfbdb4..1581f6079c6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 13e23472db69..51a5da4f2bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'