diff options
author | Theo von Arx <theova@member.fsf.org> | 2020-01-30 21:03:15 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2020-03-11 10:12:29 +0100 |
commit | 57dd6c7fdfaf8f93df108139102c0368f8c276d2 (patch) | |
tree | 6329eade1a669a876758501fba830f74ca5bfac4 /libre/gnome-boxes | |
parent | 041b23d2c08e95082b1b405f6c22574153cc8619 (diff) | |
download | abslibre-57dd6c7fdfaf8f93df108139102c0368f8c276d2.tar.gz abslibre-57dd6c7fdfaf8f93df108139102c0368f8c276d2.tar.bz2 abslibre-57dd6c7fdfaf8f93df108139102c0368f8c276d2.zip |
libre/gnome-boxes update to 3.34.3
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
Diffstat (limited to 'libre/gnome-boxes')
-rw-r--r-- | libre/gnome-boxes/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/gnome-boxes/PKGBUILD b/libre/gnome-boxes/PKGBUILD index 638585df8..a3da929b0 100644 --- a/libre/gnome-boxes/PKGBUILD +++ b/libre/gnome-boxes/PKGBUILD @@ -10,7 +10,7 @@ # - Replace Windows with Parabola in documention pkgname=gnome-boxes -pkgver=3.34.2 +pkgver=3.34.3 pkgrel=2 pkgrel+=.par1 pkgdesc="Simple GNOME application to access remote or virtual systems" @@ -25,7 +25,7 @@ groups=('gnome') depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgudev' 'libosinfo' 'libsecret' 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk' 'tracker' 'webkit2gtk' 'freerdp') makedepends=('git' 'gobject-introspection' 'yelp-tools' 'meson' 'spice-protocol' 'vala') -_commit=2edb94153b163759d18195c511d6cf5212fd1bfe # tags/v3.34.2^0 +_commit=c3bce5984eb53cc883850969f3e4a3e8e2cc6d44 # tags/v3.34.3^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") @@ -33,7 +33,7 @@ source+=(hide_download_button.patch) sha256sums=('SKIP' 'SKIP' 'SKIP') -sha256sums+=('74f0d30e4ca280afe4c1f532ecc2856e8ee850a0e3d1812138536b4b9e7e2e7f') +sha256sums+=('0539b344dc0bc8424539f747ed9c638ea414fe96153b803dae50bf5bf2d5aae5') pkgver() { cd $pkgname |