diff --git a/.SRCINFO b/.SRCINFO index e55452a..05d68c0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = wlroots-git pkgdesc = Modular Wayland compositor library - pkgver = 0.6.0.r70.g58b25848 + pkgver = 0.7.0.r8.g020a33e0 pkgrel = 1 url = https://github.com/swaywm/wlroots arch = x86_64 @@ -22,7 +22,7 @@ pkgbase = wlroots-git depends = libxkbcommon depends = libpng depends = ffmpeg - provides = wlroots + provides = wlroots=0.7.0 conflicts = wlroots options = debug options = !strip diff --git a/PKGBUILD b/PKGBUILD index 0140a17..1159205 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Adrian Perez de Castro pkgname='wlroots-git' -pkgver=0.6.0.r70.g58b25848 +pkgver=0.7.0.r8.g020a33e0 pkgrel=1 license=('custom:MIT') pkgdesc='Modular Wayland compositor library' url='https://github.com/swaywm/wlroots' arch=('x86_64') -provides=('wlroots') +provides=("wlroots=${pkgver%%.r*}") conflicts=('wlroots') options=('debug' '!strip') depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'