* update spice-protocol to 0.14.4-2
This commit is contained in:
parent
f05192a3c5
commit
f82849a60d
13
spice-protocol/.SRCINFO
Normal file
13
spice-protocol/.SRCINFO
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
pkgbase = spice-protocol
|
||||||
|
pkgdesc = Headers for SPICE protocol
|
||||||
|
pkgver = 0.14.4
|
||||||
|
pkgrel = 2
|
||||||
|
url = https://spice-space.org
|
||||||
|
arch = any
|
||||||
|
license = BSD
|
||||||
|
license = LGPL2.1
|
||||||
|
makedepends = meson
|
||||||
|
source = https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v0.14.4/spice-protocol-v0.14.4.tar.gz
|
||||||
|
sha256sums = 9c31fa533ad531d1b816ffd0c24b4785d133e7bb397f72d35f7a6d59bcd7d53a
|
||||||
|
|
||||||
|
pkgname = spice-protocol
|
4
spice-protocol/.nvchecker.toml
Normal file
4
spice-protocol/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[spice-protocol]
|
||||||
|
source = "git"
|
||||||
|
git = "https://gitlab.freedesktop.org/spice/spice-protocol.git"
|
||||||
|
prefix = "v"
|
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
pkgname=spice-protocol
|
pkgname=spice-protocol
|
||||||
pkgver=0.14.4
|
pkgver=0.14.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Headers for SPICE protocol"
|
pkgdesc="Headers for SPICE protocol"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://spice-space.org"
|
url="https://spice-space.org"
|
||||||
license=('BSD' 'LGPL2.1')
|
license=('BSD' 'LGPL2.1')
|
||||||
makedepends=('meson')
|
makedepends=('meson')
|
||||||
source=(https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v$pkgver/spice-protocol-v$pkgver.tar.gz)
|
source=(https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v$pkgver/spice-protocol-v$pkgver.tar.gz)
|
||||||
md5sums=('e4c4651efba3bed061ec2e874aa22f21')
|
sha256sums=('9c31fa533ad531d1b816ffd0c24b4785d133e7bb397f72d35f7a6d59bcd7d53a')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user