summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2016-01-27 18:35:00 -0500
committervonPalitroque2016-01-27 18:35:00 -0500
commit1c0d334e6acc15ec390d6a8e2203191aea8989f0 (patch)
tree8468794732dbca10b1f6d5e2a690ba05425b7382
parentc0ecf007b3b9fc71e822730a845dd7036dd389bb (diff)
downloadaur-1c0d334e6acc15ec390d6a8e2203191aea8989f0.tar.gz
Fixed PKGBUILD.
Accidentally renamed source array in previous commit. Fixed.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8a424162888..6249b0472623 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 27 23:25:00 UTC 2016
+# Wed Jan 27 23:34:54 UTC 2016
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
pkgver = 7.10.1
@@ -10,6 +10,8 @@ pkgbase = msp430-elf-gdb
groups = devel
license = GPL
depends = python2
+ source = http://ftp.gnu.org/gnu/gdb/gdb-7.10.1.tar.xz
+ sha256sums = 25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5
pkgname = msp430-elf-gdb
diff --git a/PKGBUILD b/PKGBUILD
index 3f37941e284a..afa0bb778ee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ url="https://www.gnu.org/software/gdb/download/"
license=('GPL')
groups=('devel')
depends=("python2")
-sources=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
+source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")
+sha256sums=('25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5')
prepare() {