summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-16 12:52:41 +0200
committerGoliathLabs2020-05-16 12:52:41 +0200
commit323768c1b9027e955e0e0cdbb12668374b2e0847 (patch)
tree494713cdb7eea29d05200d9f6c583f7ce1329450
parent7817dab9a46ec2c076ea25dd387ab177fa0b572c (diff)
downloadaur-323768c1b9027e955e0e0cdbb12668374b2e0847.tar.gz
Updated: makedeps
-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')