summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2015-08-23 20:46:32 +0200
committerrazer2015-08-23 20:46:32 +0200
commitf7c69048dd7f280c04b798340d194ba25326531f (patch)
tree5ee76ecf273089c07af3b2a9d42370c43d53c7ad
parent7c8688ffd01d63268031619773c5ca23489d747f (diff)
downloadaur-f7c69048dd7f280c04b798340d194ba25326531f.tar.gz
Fix PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 494a34b265ca..cc0518a4a6d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = python-adafruit_bbio-git
arch = armv7h
license = GPLv3
depends = python
- depends = base-devel
source = git://github.com/adafruit/adafruit-beaglebone-io-python
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d01c76894e9d..5363b02052f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ boards"
url="https://github.com/adafruit/adafruit-beaglebone-io-python"
arch=('armv7h')
license=('GPLv3')
-depends=('python' 'base-devel')
+depends=('python')
optdepends=()
makedepends=()
conflicts=()