summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2020-11-25 20:06:09 +0100
committerAlphaJack2020-11-25 20:06:09 +0100
commit4c53c3508329823b0fbbda9610957b3caa6099d7 (patch)
tree6ec63cbf1882003445803cc053e178cc49c8e070
parent8e66b3f623a342aabfe0e3c06fac4e76893a2254 (diff)
downloadaur-4c53c3508329823b0fbbda9610957b3caa6099d7.tar.gz
Added automake dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a34d9a8f3b7d..8466a044364e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ices0
pkgdesc = A source client for broadcasting in MP3, FLAC, AAC and OGG Vorbis formats to an icecast2 server
pkgver = 0.4.11
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Moonbase59/ices0
install = ices0.install
arch = i686
@@ -9,6 +9,7 @@ pkgbase = ices0
arch = armv7h
license = GPL2
makedepends = autoconf
+ makedepends = automake
makedepends = pkgconf
depends = lame
depends = libxml2
diff --git a/PKGBUILD b/PKGBUILD
index e5c1c82d905c..bd3cf4f0c153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname="ices0"
pkgver=0.4.11
-pkgrel=3
+pkgrel=4
pkgdesc="A source client for broadcasting in MP3, FLAC, AAC and OGG Vorbis formats to an icecast2 server"
license=("GPL2")
arch=("i686" "x86_64" "armv7h")
@@ -16,7 +16,7 @@ optdepends=("flac: flac audio support"
"libmp4v2: aac audio support"
"libogg: vorbis audio support"
"libvorbis: vorbis audio support")
-makedepends=("autoconf" "pkgconf")
+makedepends=("autoconf" "automake" "pkgconf")
source=("$url/archive/v$pkgver.tar.gz")
md5sums=("9b599abf4bcd66761fe99c024644f623")
options=("!docs")