summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit daemon user2015-09-18 10:47:11 +0200
committergit daemon user2015-09-18 10:47:11 +0200
commit733e3eacf1183b4137af2a66b1379e5312d816d5 (patch)
treeb4dafdb5cb54278c8aa166952200c10d9ae015d3
parentd32b710b988de3d5a9956284d61efb1c86de7c20 (diff)
downloadaur-733e3eacf1183b4137af2a66b1379e5312d816d5.tar.gz
New git automatic release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81bb1f9c4af2..ee20090b64e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacmanhealth-git
pkgdesc = Pacman health monitoring system
- pkgver = 1.0.0.2g4d0a785
+ pkgver = 1.0.0.3g4b13116
pkgrel = 1
url = https://redmine.yapbreak.fr/projects/pacman-health
arch = any
@@ -8,8 +8,10 @@ pkgbase = pacmanhealth-git
depends = pacman
depends = sed
depends = coreutils
+ depends = util-linux
optdepends = postfix: send report by mail
optdepends = libnotify: get desktop notification
+ optdepends = recode: get diff in html mail version
conflicts = pacmanhealth
backup = etc/pacmanhealth.conf
source = git+https://redmine.yapbreak.fr/pacmanhealth.git
diff --git a/PKGBUILD b/PKGBUILD
index 59039833b6cc..6da48ebdbcfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Adrien Oliva <yapbreak@yapbreak.fr>
pkgname="pacmanhealth-git"
-pkgver="1.0.0.2g4d0a785"
+pkgver="1.0.0.3g4b13116"
pkgrel="1"
pkgdesc="Pacman health monitoring system"
arch=('any')
url="https://redmine.yapbreak.fr/projects/pacman-health"
license=('GPL3')
-depends=('pacman' 'sed' 'coreutils')
+depends=('pacman' 'sed' 'coreutils' 'util-linux')
optdepends=('postfix: send report by mail'
- 'libnotify: get desktop notification')
+ 'libnotify: get desktop notification'
+ 'recode: get diff in html mail version')
makedepends=()
conflicts=('pacmanhealth')
replaces=()