summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2016-12-23 13:40:07 -0500
committervonPalitroque2016-12-23 13:40:07 -0500
commitc0cb5e5a59887d725cced18d4865f1729c6d1abc (patch)
tree92059c529b307ba844dda36201e3dd438d7a65b4
parenteac9b9180dadec6a0530ea6c2b6ebc816899819d (diff)
downloadaur-c0cb5e5a59887d725cced18d4865f1729c6d1abc.tar.gz
Updated PKGBUILD
Updated PKGBUILD with dependency on readline.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9b8f2a2a064..dfe5f3d13612 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Oct 7 20:02:16 UTC 2016
+# Fri Dec 23 18:39:59 UTC 2016
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
pkgver = 7.12
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/gdb/download/
arch = x86_64
arch = x86
groups = devel
license = GPL
depends = python2
+ depends = readline
source = http://ftp.gnu.org/gnu/gdb/gdb-7.12.tar.xz
sha256sums = 834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94
diff --git a/PKGBUILD b/PKGBUILD
index 76c2c8239463..20260465e585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_target=msp430-elf
pkgname="${_target}-gdb"
pkgver=7.12
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU Debugger for the ${_target} target."
arch=('x86_64' 'x86')
url="https://www.gnu.org/software/gdb/download/"
license=('GPL')
groups=('devel')
-depends=("python2")
+depends=("python2" "readline")
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
sha256sums=('834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94')