diff options
author | root <root@rshg054.dnsready.net> | 2013-01-26 00:08:39 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-26 00:08:39 -0800 |
commit | 7d3e94229ca9849421d263542eb2c61f64a91c10 (patch) | |
tree | a64484da5988880907feb62e68952c19724a24bd /community/nemiver/PKGBUILD | |
parent | ef71629a65f6e8052d66775f07b079bf08322476 (diff) |
Sat Jan 26 00:08:39 PST 2013
Diffstat (limited to 'community/nemiver/PKGBUILD')
-rw-r--r-- | community/nemiver/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD index 641b13b5f..8c6f3a4e7 100644 --- a/community/nemiver/PKGBUILD +++ b/community/nemiver/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 79336 2012-11-03 04:08:33Z bgyorgy $ +# $Id: PKGBUILD 82907 2013-01-25 12:43:46Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: jordz <jordz@archlinux.us> pkgname=nemiver -pkgver=0.9.3 -pkgrel=2 -pkgdesc="C/C++ debugger for GNOME" +pkgver=0.9.4 +pkgrel=1 +pkgdesc='C/C++ debugger for GNOME' arch=('x86_64' 'i686') license=('GPL') -url="http://www.gnome.org/projects/nemiver/" -depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas') +url='http://www.gnome.org/projects/nemiver/' +depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas' 'itstool') makedepends=('boost' 'intltool' 'gnome-doc-utils') install=nemiver.install source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz") options=('!libtool' '!emptydirs') -sha256sums=('27b8845e54a61ba597050eb16640aaaf2bf21be3191081c9ddd3a34fc2ae617d') +sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f') build() { cd "$srcdir/$pkgname-$pkgver" |