Date: Tuesday, February 18, 2014 @ 13:20:10 Author: svenstaro Revision: 105898
upgpkg: cgdb 0.6.7-2 Fix typo in install file Modified: cgdb/trunk/PKGBUILD cgdb/trunk/cgdb.install --------------+ PKGBUILD | 2 +- cgdb.install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-18 09:38:03 UTC (rev 105897) +++ PKGBUILD 2014-02-18 12:20:10 UTC (rev 105898) @@ -3,7 +3,7 @@ # Contributor: Javier ‘Phrodo_00’ Aravena <[email protected]> pkgname=cgdb pkgver=0.6.7 -pkgrel=1 +pkgrel=2 pkgdesc="Curses-based interface to the GNU Debugger" arch=('i686' 'x86_64') url="http://cgdb.sourceforge.net/" Modified: cgdb.install =================================================================== --- cgdb.install 2014-02-18 09:38:03 UTC (rev 105897) +++ cgdb.install 2014-02-18 12:20:10 UTC (rev 105898) @@ -1,4 +1,4 @@ -r=usr/share/info +infodir=usr/share/info file=cgdb.info.gz post_install() {
