diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-04-30 17:58:36 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-04-30 17:58:36 -0500 |
commit | 09478454f1432d4150ef4dfe1273fb5d6ac82c9c (patch) | |
tree | fa363e1ba8a29f61115787839996e5ae4a7f6ceb | |
parent | 64329707ff6245e86dd7a6fbba282c9f63badb36 (diff) | |
download | abslibre-09478454f1432d4150ef4dfe1273fb5d6ac82c9c.tar.gz abslibre-09478454f1432d4150ef4dfe1273fb5d6ac82c9c.tar.bz2 abslibre-09478454f1432d4150ef4dfe1273fb5d6ac82c9c.zip |
gnome-boxes-3.32.0.2-1.par1: updating version
-rw-r--r-- | libre/gnome-boxes/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/gnome-boxes/PKGBUILD b/libre/gnome-boxes/PKGBUILD index 90b493933..4a8b96145 100644 --- a/libre/gnome-boxes/PKGBUILD +++ b/libre/gnome-boxes/PKGBUILD @@ -6,22 +6,22 @@ # Contributor : André Silva <emulatorman@hyperbola.info> pkgname=gnome-boxes -pkgver=3.30.3 +pkgver=3.32.0.2 pkgrel=1 pkgrel+=.par1 pkgdesc="Simple GNOME application to access remote or virtual systems" pkgdesc+=", without suggestions (and logos) of nonfree operating systems" arch=('x86_64') arch+=('i686' 'armv7h') -url="https://wiki.gnome.org/Boxes" +url="https://wiki.gnome.org/Apps/Boxes" license=('LGPL') conflicts=(${pkgname}-libre) replaces=(${pkgname}-libre) groups=('gnome') depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 'libsecret' 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 'freerdp') -makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'spice-protocol' 'vala') -_commit=d9253b816c8bd3df3de23e9e3ec0df187f27eb27 # tags/v3.30.3^0 +makedepends=('git' 'gobject-introspection' 'yelp-tools' 'meson' 'spice-protocol' 'vala') +_commit=ea34339c0954c304c3cbceeea1ce4ab12ee9c61f # tags/v3.32.0.2^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/gtk-frdp.git" "git+https://gitlab.gnome.org/felipeborges/libovf-glib.git") @@ -36,6 +36,7 @@ pkgver() { prepare() { cd $pkgname + git submodule init git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp" git config --local submodule.subprojects/libovf-glib.url "$srcdir/libovf-glib" |