summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Lipnitskiy2015-11-17 15:07:28 -0800
committerIlya Lipnitskiy2015-11-17 15:07:28 -0800
commitbdb170beac2addcfb72a9077f4d6779993ae8a8b (patch)
treecb758aeb8b9da3ebde8d300cb8b955350e7dbef9
parentd3bc33a168b7e275bc9f2e113b1220f677d08a99 (diff)
downloadaur-bdb170beac2addcfb72a9077f4d6779993ae8a8b.tar.gz
Remove dependencies present in base-devel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 438ea90ea85a..6e6e387b2e12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,6 @@ pkgbase = opkg-git
arch = x86_64
license = GPL
makedepends = git
- makedepends = automake
- makedepends = autoconf
depends = curl
depends = libarchive
depends = gpgme
diff --git a/PKGBUILD b/PKGBUILD
index ff72fd49413b..703ac01c2a4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(x86_64)
url="https://git.yoctoproject.org/cgit/cgit.cgi/opkg"
license=('GPL')
depends=('curl' 'libarchive' 'gpgme')
-makedepends=('git' 'automake' 'autoconf')
+makedepends=('git')
conflicts=(opkg)
source=("git+http://git.yoctoproject.org/git/opkg#branch=opkg-0.3.x")
sha256sums=('SKIP')