diff options
author | vonPalitroque | 2018-05-14 11:46:59 -0400 |
---|---|---|
committer | vonPalitroque | 2018-05-14 11:46:59 -0400 |
commit | 0ac14403af28f84818e8ed5735942012bddf0169 (patch) | |
tree | a3c737f27b74c93615da8506895fb2fd4d28eeae | |
parent | bf9cb3646f585685c2c11c77ecb9a3d366149c49 (diff) | |
download | aur-0ac14403af28f84818e8ed5735942012bddf0169.tar.gz |
Recompile to fix library dependency.
Recompile to fix library dependency.
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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/" |