summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlis2017-06-14 16:50:40 +0200
committerlis2017-06-14 16:50:40 +0200
commit09de7f1d49990ee096bbcd735673557f64475d59 (patch)
tree21a1563f92481ddff151537dde6f74a2628aa75e /PKGBUILD
parent6a44a8ccc19ac36d429ee4bde2c321336486347e (diff)
downloadaur-xwrited-hg.tar.gz
Add intltool as makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1177da8a3fe..df7d5d6aa6e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=xwrited-hg
pkgver=2.r18.4a5330979433
_pkgver=2
-pkgrel=2
+pkgrel=3
pkgdesc="Display write and wall messages as desktop notifications."
arch=('i686' 'x86_64')
url="https://code.guido-berhoerster.org/projects/xwrited/"
license=('MIT')
depends=('notification-daemon' 'libutempter' 'dbus-glib')
-makedepends=('mercurial')
+makedepends=('intltool' 'mercurial')
provides=('xwrited')
conflicts=('xwrited')
source=("${pkgname}::hg+https://hg.guido-berhoerster.org/projects/xwrited/")