summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorakkenoth2018-06-11 21:27:58 +0200
committerakkenoth2018-06-11 21:27:58 +0200
commit213d2756e03178e281f37d9472ab7558e2df78d6 (patch)
tree52455845514142a92071da7009052c260f3f1922
parent244ae03b4883113c00c1a501f229a06e7f3505c6 (diff)
downloadaur-213d2756e03178e281f37d9472ab7558e2df78d6.tar.gz
removed svn dependency, removed base-devel dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49d9d75b7920..9939c80972ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=("Apache")
groups=()
depends=('apr-util' 'libxml2')
arch=('i686' 'x86_64')
-makedepends=('svn' 'autoconf' 'automake' 'libtool' 'patch' 'zip' 'gzip' 'sed')
+makedepends=('git' 'zip')
provides=('log4cxx')
conflicts=('log4cxx')
options=()