[arch-commits] Commit in gdb/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Wed Oct 29 23:02:21 UTC 2014


    Date: Thursday, October 30, 2014 @ 00:02:20
  Author: anatolik
Revision: 225455

upgpkg: gdb 7.8.1-1

Modified:
  gdb/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-29 21:21:03 UTC (rev 225454)
+++ PKGBUILD	2014-10-29 23:02:20 UTC (rev 225455)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gdb
-pkgver=7.8
-pkgrel=2
+pkgver=7.8.1
+pkgrel=1
 pkgdesc="The GNU Debugger"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gdb/"
@@ -14,11 +14,11 @@
 backup=('etc/gdb/gdbinit')
 install=gdb.install
 source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('bd958fe9019d7c7896f29f6724a764ed'
+md5sums=('8072be87a94be0936bc3b4b6941b0862'
          'SKIP')
 
 prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
   sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
@@ -25,7 +25,7 @@
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   
   # guile support has a severe bug https://sourceware.org/bugzilla/show_bug.cgi?id=17247
   ./configure --prefix=/usr --disable-nls \
@@ -37,7 +37,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   # install "custom" system gdbinit



More information about the arch-commits mailing list