summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Richter2016-07-09 11:35:20 -0500
committerEric Richter2016-07-09 11:35:20 -0500
commit1f923c69a1e77d3b97e79e6ec87c80b33094435a (patch)
treeed0db83ba51800d1948e9f16a510693be4d8e341 /PKGBUILD
parent05da7c451b8ad7469ba7f60e4abb649401491a05 (diff)
downloadaur-1f923c69a1e77d3b97e79e6ec87c80b33094435a.tar.gz
Added autoconf-archive as a build dependency
Fixes a build break from missing macros, see: https://github.com/boothj5/profanity/issues/821
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4840ae57ac30..6ac39d3b9e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=profanity-git
_pkgname=profanity
-pkgver=4170.56751e8
+pkgver=4515.3a3933e
pkgrel=1
pkgdesc="A console based jabber client."
arch=('i686' 'x86_64')
url="http://www.profanity.im"
license=('GPL3')
depends=('curl' 'expat' 'libnotify' 'libotr' 'libxss' 'libstrophe-git')
-makedepends=('git')
+makedepends=('git' 'autoconf-archive')
provides=('profanity')
conflicts=('profanity')
source=("$_pkgname::git://github.com/boothj5/profanity.git#branch=master")