summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2017-10-15 17:12:31 +0200
committerJan Neumann2017-10-15 17:12:31 +0200
commit17cfa3e7678d49c2ac7337e82eb1f3b01b7f16d3 (patch)
treef8cd1cde8030bf045b31c0420bee6ee5ea34835f
parent033b248eba446f32bc557c7d24b97a60fe400d88 (diff)
downloadaur-17cfa3e7678d49c2ac7337e82eb1f3b01b7f16d3.tar.gz
add subersion
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d90feadb58c..501bddc5f4ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = audex-git
arch = x86_64
license = GPL
makedepends = git
+ makedepends = subversion
depends = qt5-script
depends = libkcddb
depends = cdparanoia
diff --git a/PKGBUILD b/PKGBUILD
index d1ac7cf0d101..368932307847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://cgit.kde.org/audex.git/'
license=('GPL')
depends=('qt5-script' 'libkcddb' 'cdparanoia' 'kcmutils')
optdepends=('libvorbis' 'flac' 'lame' 'faac' 'python-eyed3')
-makedepends=('git')
+makedepends=('git' 'subversion')
conflicts=('audex')
provides=('audex')
source=("git+git://anongit.kde.org/audex.git")