Use most recent tag as provided version
This commit is contained in:
parent
77fc574669
commit
41c35db253
4
.SRCINFO
4
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = wlroots-git
|
pkgbase = wlroots-git
|
||||||
pkgdesc = Modular Wayland compositor library
|
pkgdesc = Modular Wayland compositor library
|
||||||
pkgver = 0.6.0.r70.g58b25848
|
pkgver = 0.7.0.r8.g020a33e0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/swaywm/wlroots
|
url = https://github.com/swaywm/wlroots
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -22,7 +22,7 @@ pkgbase = wlroots-git
|
|||||||
depends = libxkbcommon
|
depends = libxkbcommon
|
||||||
depends = libpng
|
depends = libpng
|
||||||
depends = ffmpeg
|
depends = ffmpeg
|
||||||
provides = wlroots
|
provides = wlroots=0.7.0
|
||||||
conflicts = wlroots
|
conflicts = wlroots
|
||||||
options = debug
|
options = debug
|
||||||
options = !strip
|
options = !strip
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,12 +1,12 @@
|
|||||||
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
||||||
pkgname='wlroots-git'
|
pkgname='wlroots-git'
|
||||||
pkgver=0.6.0.r70.g58b25848
|
pkgver=0.7.0.r8.g020a33e0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=('custom:MIT')
|
license=('custom:MIT')
|
||||||
pkgdesc='Modular Wayland compositor library'
|
pkgdesc='Modular Wayland compositor library'
|
||||||
url='https://github.com/swaywm/wlroots'
|
url='https://github.com/swaywm/wlroots'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
provides=('wlroots')
|
provides=("wlroots=${pkgver%%.r*}")
|
||||||
conflicts=('wlroots')
|
conflicts=('wlroots')
|
||||||
options=('debug' '!strip')
|
options=('debug' '!strip')
|
||||||
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
|
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
|
||||||
|
Loading…
Reference in New Issue
Block a user