Date: Monday, April 15, 2013 @ 23:05:11 Author: heftig Revision: 182865
3.8.1 Modified: file-roller/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-15 21:04:12 UTC (rev 182864) +++ PKGBUILD 2013-04-15 21:05:11 UTC (rev 182865) @@ -3,9 +3,9 @@ # Contributor: Jan de Groot <[email protected]> pkgname=file-roller -pkgver=3.8.0 +pkgver=3.8.1 pkgrel=1 -pkgdesc="Archive manipulator for GNOME" +pkgdesc="Create and modify archives" arch=('i686' 'x86_64') license=('GPL') depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 'file' 'json-glib' 'libnotify') @@ -20,7 +20,7 @@ install=file-roller.install url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('5c800bf969ef07d350a876622462267892194d914042d1dcc080bf3c838db46d') +sha256sums=('db55bd1964e8b8ebc5c5a38cb1169ded671e231bfcb79e51a7289dfcc74f4590') build() { cd $pkgname-$pkgver
