summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-11-12 04:06:38 +0200
committerAdrian Perez de Castro2020-11-12 04:06:38 +0200
commit177fb87b01fcd4daf430909d6c80ffa8b0281abb (patch)
tree9a6708e1453b4631a9388186d3771ddce673fafc
parent98f458d2adb3a97d115a5b23aa4f29744428a36d (diff)
downloadaur-177fb87b01fcd4daf430909d6c80ffa8b0281abb.tar.gz
Bump to version 0.6.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9ac351f5a8a..6af837bd8635 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wayfire
pkgdesc = 3D wayland compositor
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://wayfire.org
arch = x86_64
@@ -13,10 +13,11 @@ pkgbase = wayfire
depends = wf-config>=0.5
depends = libjpeg
depends = libinput
- depends = wlroots>=0.11
+ depends = wlroots>=0.12
+ depends = wlroots<0.13
conflicts = wayfire-git
- source = https://github.com/WayfireWM/wayfire/releases/download/0.5.0/wayfire-0.5.0.tar.xz
- sha256sums = a8604dd53ad0e7f7eb02dcb9d9fed8dfbbb945ba5b44ca63dd722c534ebf3afe
+ source = https://github.com/WayfireWM/wayfire/releases/download/0.6.0/wayfire-0.6.0.tar.xz
+ sha256sums = 98a903eb3174834bb09d957987948a5fc8447661cf2dda48260db947f5d78571
pkgname = wayfire
diff --git a/PKGBUILD b/PKGBUILD
index cd5d8f9d6e2a..e1dd9a54fa94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wayfire
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="3D wayland compositor"
arch=(x86_64)
url=https://wayfire.org
license=(custom:MIT)
-depends=(cairo 'wf-config>=0.5' libjpeg libinput 'wlroots>=0.11')
+depends=(cairo 'wf-config>=0.5' libjpeg libinput 'wlroots>=0.12' 'wlroots<0.13')
makedepends=(meson ninja wayland-protocols glm)
conflicts=("${pkgname}-git")
source=("https://github.com/WayfireWM/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=(a8604dd53ad0e7f7eb02dcb9d9fed8dfbbb945ba5b44ca63dd722c534ebf3afe)
+sha256sums=(98a903eb3174834bb09d957987948a5fc8447661cf2dda48260db947f5d78571)
build() {
rm -rf build