mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/spice-gtk to 0.24-1
This commit is contained in:
parent
9a2b224a65
commit
7e0094d7bf
1 changed files with 3 additions and 3 deletions
|
@ -8,16 +8,16 @@
|
|||
# - drop libcacard dep
|
||||
|
||||
pkgname=spice-gtk3
|
||||
pkgver=0.23
|
||||
pkgver=0.24
|
||||
pkgrel=1
|
||||
pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://spice-space.org"
|
||||
license=('LGPL2.1')
|
||||
depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libpulse' 'usbredir')
|
||||
depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libpulse' 'usbredir' 'libsoup')
|
||||
makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' 'vala')
|
||||
source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
|
||||
sha256sums=('05e9e5d915a99005a812846f733bba177ef3b1a9de9356690047250fb1b1fa3a')
|
||||
sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/spice-gtk-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue