summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f0ef5c0019c..006ff3b042f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = growl-for-linux
pkgdesc = Growl for Linux
pkgver = 0.8.5
- pkgrel = 1
+ pkgrel = 2
url = http://mattn.github.com/growl-for-linux/
arch = i686
arch = x86_64
license = BSD
+ makedepends = autoconf
+ makedepends = automake
+ makedepends = m4
depends = git
depends = openssl
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 0cd809745ebc..9f7dd3b52b3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=growl-for-linux
pkgver=0.8.5
-pkgrel=1
+pkgrel=2
pkgdesc="Growl for Linux"
url="http://mattn.github.com/growl-for-linux/"
arch=('i686' 'x86_64')
license=('BSD')
depends=('git' 'openssl' 'curl' 'gtk2' 'sqlite3' 'dbus-glib' 'desktop-file-utils')
+makedepends=('autoconf' 'automake' 'm4')
optdepends=('libnotify')
conflicts=('growl-for-linux-git')
options=('!libtool')