summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkiv2015-07-20 00:30:58 +0300
committerkiv2015-07-20 00:30:58 +0300
commit53a2ecdb239307035cfe75057528b9178b3d987d (patch)
treef15957100547d8a7d3ace546a8004f1eb4dbd726
parent178eebfac1ec9e7c02b9efd8c8e2be423ec55f2a (diff)
downloadaur-53a2ecdb239307035cfe75057528b9178b3d987d.tar.gz
Small fix
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a52e785fbd9..7181df2ccbe6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,6 @@ pkgbase = libopencm3-ldscripts-git
arch = any
license = LGPL3
makedepends = git
- makedepends = awk
- depends = python2
- depends = python2-pyserial
optdepends = libopencm3-git
pkgname = libopencm3-ldscripts-git
diff --git a/PKGBUILD b/PKGBUILD
index d54a9feaff09..397501665e3b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgdesc="ldscripts generator for ARM MCUs from libopencm3 library"
url="https://github.com/libopencm3/libopencm3"
arch=('any')
license=('LGPL3')
-depends=('python2' 'python2-pyserial')
+depends=()
optdepends=('libopencm3-git')
-makedepends=('git' 'awk')
+makedepends=('git')
conflicts=()
replaces=()
backup=()