summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6053f913cb73..f244819f4f96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacmanhealth-git
pkgdesc = Pacman health monitoring system
- pkgver = 1.0.0.8g4f9f9d4
+ pkgver = 1.0.0.9ga8ef3ef
pkgrel = 1
url = https://redmine.yapbreak.fr/projects/pacman-health
arch = any
@@ -9,6 +9,7 @@ pkgbase = pacmanhealth-git
depends = sed
depends = coreutils
depends = util-linux
+ depends = sudo
optdepends = postfix: send report by mail
optdepends = libnotify: get desktop notification
optdepends = recode: get diff in html mail version
diff --git a/PKGBUILD b/PKGBUILD
index 6d4ca31096b2..f29db9998a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Adrien Oliva <yapbreak@yapbreak.fr>
pkgname="pacmanhealth-git"
-pkgver="1.0.0.8g4f9f9d4"
+pkgver="1.0.0.9ga8ef3ef"
pkgrel="1"
pkgdesc="Pacman health monitoring system"
arch=('any')
url="https://redmine.yapbreak.fr/projects/pacman-health"
license=('GPL3')
-depends=('pacman' 'sed' 'coreutils' 'util-linux')
+depends=('pacman' 'sed' 'coreutils' 'util-linux' 'sudo')
optdepends=('postfix: send report by mail'
'libnotify: get desktop notification'
'recode: get diff in html mail version')