summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2018-05-14 11:46:59 -0400
committervonPalitroque2018-05-14 11:46:59 -0400
commit0ac14403af28f84818e8ed5735942012bddf0169 (patch)
treea3c737f27b74c93615da8506895fb2fd4d28eeae
parentbf9cb3646f585685c2c11c77ecb9a3d366149c49 (diff)
downloadaur-0ac14403af28f84818e8ed5735942012bddf0169.tar.gz
Recompile to fix library dependency.
Recompile to fix library dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c4f2229b76b..a6251302da42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 3 17:22:44 UTC 2018
+# Mon May 14 15:46:51 UTC 2018
pkgbase = msp430-elf-gdb
pkgdesc = The GNU Debugger for the msp430-elf target.
pkgver = 8.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/gdb/download/
arch = x86_64
arch = x86
diff --git a/PKGBUILD b/PKGBUILD
index 4f520105456f..1b61cd05333c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=msp430-elf
pkgname="${_target}-gdb"
pkgver=8.1
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU Debugger for the ${_target} target."
arch=('x86_64' 'x86')
url="https://www.gnu.org/software/gdb/download/"