summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2021-04-22 01:30:35 +0300
committerAdrian Perez de Castro2021-04-22 01:30:35 +0300
commit27a1f29f19758083528770d8d2a31125e80f1f77 (patch)
tree5279c98bfa2a34f65ec48c5637f981384d4c7fbd
parent73f9b77d846fb24e0feb793b401bf29705ad6d01 (diff)
downloadaur-27a1f29f19758083528770d8d2a31125e80f1f77.tar.gz
Bump to version 0.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c4fa9f22d2c..01f8003f157a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wayfire
pkgdesc = 3D wayland compositor
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://wayfire.org
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = wayfire
depends = libjpeg
depends = libinput
depends = wlroots>=0.12
- depends = wlroots<0.13
+ depends = wlroots<0.14
conflicts = wayfire-git
- source = https://github.com/WayfireWM/wayfire/releases/download/v0.7.0/wayfire-0.7.0.tar.xz
- sha256sums = 0d8ec311510bf10647d857c2db6e3dbbccfe3ac9064463661c8062c8cbb469a6
+ source = https://github.com/WayfireWM/wayfire/releases/download/v0.7.1/wayfire-0.7.1.tar.xz
+ sha256sums = 587988f9292b41fc4a91b73ea4fde9841bba5fb3325129729bef58d8eae2fb71
pkgname = wayfire
diff --git a/PKGBUILD b/PKGBUILD
index debf66cf3b43..5a627f1364ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wayfire
-pkgver=0.7.0
+pkgver=0.7.1
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.12' 'wlroots<0.13')
+depends=(cairo 'wf-config>=0.5' libjpeg libinput 'wlroots>=0.12' 'wlroots<0.14')
makedepends=(meson ninja wayland-protocols glm)
conflicts=("${pkgname}-git")
source=("https://github.com/WayfireWM/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=(0d8ec311510bf10647d857c2db6e3dbbccfe3ac9064463661c8062c8cbb469a6)
+sha256sums=(587988f9292b41fc4a91b73ea4fde9841bba5fb3325129729bef58d8eae2fb71)
build() {
rm -rf build