aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spice-html5/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/spice-html5/APKBUILD')
-rw-r--r--testing/spice-html5/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/spice-html5/APKBUILD b/testing/spice-html5/APKBUILD
index 5a17a27a433..3e4d2310574 100644
--- a/testing/spice-html5/APKBUILD
+++ b/testing/spice-html5/APKBUILD
@@ -1,26 +1,24 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=spice-html5
-pkgver=0.2.2
+pkgver=0.3.0
pkgrel=0
pkgdesc="A html5 client for the spice protocol"
url="https://github.com/freedesktop/spice-html5"
arch="noarch"
license="GPL-3.0-or-later LGPL-3.0-or-later"
options="!check" # No test suite
-source="$pkgname-$pkgver.tar.gz::https://github.com/freedesktop/$pkgname/archive/$pkgname-$pkgver.tar.gz
+source="$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/spice/spice-html5/-/archive/spice-html5-$pkgver/spice-html5-spice-html5-$pkgver.tar.gz
support-busybox-install.patch"
builddir="$srcdir/$pkgname-$pkgname-$pkgver"
build() {
- cd "$builddir"
return 0
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir/" install
}
-sha512sums="2a486552055762e44f54a7454d97e49d8f0d92a476b768f8724e6dfb6796851bd143a2c5b74fc2cff0bcec1f86b919428562f82e4b8de51ff95dadcc8b1a8133 spice-html5-0.2.2.tar.gz
+sha512sums="fcf4f442072b35bd5655eaebf7032e9dbd72c555f5ab201a0829c8633a032803deb0ab254ef95c38c0c50047a540efeddf5184fdcc4775b2556813929a247cf2 spice-html5-0.3.0.tar.gz
50ba269441d0e52988e494eb74657e413325fd1fd00f92ab8e7695e7e33d8a39159c0b0aca458d821f150dd02a30e11bb23dde6cf9c335f999625cdd8901bc1b support-busybox-install.patch"