Date: Tuesday, March 8, 2011 @ 07:29:36 Author: ibiru Revision: 113312
upgpkg: seahorse 2.91.91-1 update to 2.91.91 Modified: seahorse/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-08 12:23:16 UTC (rev 113311) +++ PKGBUILD 2011-03-08 12:29:36 UTC (rev 113312) @@ -3,7 +3,7 @@ # Contributor: Michel Brabants <[email protected]> pkgname=seahorse -pkgver=2.91.4 +pkgver=2.91.91 pkgrel=1 pkgdesc="GNOME application for managing PGP keys." arch=(i686 x86_64) @@ -15,7 +15,7 @@ groups=('gnome-extra') install=seahorse.install source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.91/seahorse-${pkgver}.tar.bz2) -sha256sums=('9941db9973d353e0da568f2a16099ee12a1e1041c163e59a2367795db28f1bb4') +sha256sums=('2b520dab7c1f4c7c341aa94f9c0bf9297158d64462b3576e3e82ef23ddd8aa7b') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -25,7 +25,6 @@ --disable-scrollkeeper \ --disable-update-mime-database \ --with-gtk=3.0 - make }
