diff options
Diffstat (limited to 'libre/gnome-boxes/PKGBUILD')
-rw-r--r-- | libre/gnome-boxes/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/gnome-boxes/PKGBUILD b/libre/gnome-boxes/PKGBUILD index 81e96bbda..01e2adfb2 100644 --- a/libre/gnome-boxes/PKGBUILD +++ b/libre/gnome-boxes/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 119632 2014-09-26 21:39:45Z bgyorgy $ +# $Id: PKGBUILD 120921 2014-10-17 19:35:20Z bgyorgy $ # Maintainer (Arch): Balló György <ballogyor+arch at gmail dot com> # Contributor (Arch): Stefano Facchini <stefano.facchini@gmail.com> # Maintainer: André Silva <emulatorman@parabola.nu> # Contributor: Daniel Milewski <niitotantei@gmail.com> pkgname=gnome-boxes -pkgver=3.14.0 +pkgver=3.14.1 pkgrel=1.parabola1 pkgdesc="Simple GNOME 3 application to access remote or virtual systems, without nonfree system logos" arch=('i686' 'x86_64' 'mips64el') @@ -20,8 +20,8 @@ makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz libre.patch) -sha256sums=('97d3543b3686737246b4b5791ad70b5358a299050ad9e58ae708a123c142945d' - '2a93935ba94b9f327645a92f11d1a3d23cbeab8e5c800e414c6762181f51d4c0') +sha256sums=('940d2d64f605e85cc070847ba2976a55a69329b76479cc085cc465cb9a8a1d72' + '1847d0b7886f32fe64392f1acebc28eee35466311ae00f17a6955b16322c6456') prepare() { cd $pkgname-$pkgver |