summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-08-05 23:21:50 +0300
committerAdrian Perez de Castro2020-08-05 23:21:50 +0300
commit98f458d2adb3a97d115a5b23aa4f29744428a36d (patch)
treeec6afce60254a70aaee520a1cbce6a1deb77729f
parente0d25efd24c67f9227f498bfb9995b5efc1def4c (diff)
downloadaur-98f458d2adb3a97d115a5b23aa4f29744428a36d.tar.gz
Bump to version 0.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c5ba5e4d531..f9ac351f5a8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wayfire
pkgdesc = 3D wayland compositor
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://wayfire.org
arch = x86_64
@@ -10,13 +10,13 @@ pkgbase = wayfire
makedepends = wayland-protocols
makedepends = glm
depends = cairo
- depends = wf-config>=0.4
+ depends = wf-config>=0.5
depends = libjpeg
depends = libinput
- depends = wlroots
+ depends = wlroots>=0.11
conflicts = wayfire-git
- source = https://github.com/WayfireWM/wayfire/releases/download/0.4.0/wayfire-0.4.0.tar.xz
- sha256sums = 482167e3e2633a558f12e4defe473d13c192400dccf864c075d17f57c87c4a21
+ source = https://github.com/WayfireWM/wayfire/releases/download/0.5.0/wayfire-0.5.0.tar.xz
+ sha256sums = a8604dd53ad0e7f7eb02dcb9d9fed8dfbbb945ba5b44ca63dd722c534ebf3afe
pkgname = wayfire
diff --git a/PKGBUILD b/PKGBUILD
index 6fb847b2ffee..cd5d8f9d6e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wayfire
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="3D wayland compositor"
arch=(x86_64)
url=https://wayfire.org
license=(custom:MIT)
-depends=(cairo 'wf-config>=0.4' libjpeg libinput wlroots)
+depends=(cairo 'wf-config>=0.5' libjpeg libinput 'wlroots>=0.11')
makedepends=(meson ninja wayland-protocols glm)
conflicts=("${pkgname}-git")
source=("https://github.com/WayfireWM/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=(482167e3e2633a558f12e4defe473d13c192400dccf864c075d17f57c87c4a21)
+sha256sums=(a8604dd53ad0e7f7eb02dcb9d9fed8dfbbb945ba5b44ca63dd722c534ebf3afe)
build() {
rm -rf build