mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/spice to 0.14.3-3
This commit is contained in:
parent
6ee8685a57
commit
26abf11c08
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=spice
|
||||
pkgver=0.14.3
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="SPICE server"
|
||||
arch=('x86_64')
|
||||
url="https://www.spice-space.org"
|
||||
|
@ -23,6 +23,7 @@ sha256sums=('551d4be4a07667cf0543f3c895beb6da8a93ef5a9829f2ae47817be5e616a114'
|
|||
validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso <victortoso@redhat.com>
|
||||
|
||||
prepare() {
|
||||
sed -i "s/if not version_info.contains('git')/if version_info.length() >= 4/" $pkgname-$pkgver/server/meson.build
|
||||
cd $pkgname-$pkgver
|
||||
patch -p1 -i ../26bbb85c150f882c05399e4c574208b8b1242082.diff
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue