summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fa59e485597..65a17195f8b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = wayfire-plugins-extra
pkgdesc = Additional plugins for Wayfire
- pkgver = 0.5.0
- pkgrel = 2
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://wayfire.org
arch = x86_64
license = custom:MIT
makedepends = meson
makedepends = ninja
makedepends = glm
- depends = wayfire>=0.5
+ depends = wayfire>=0.6
depends = cairo
depends = glibmm
depends = iio-sensor-proxy
conflicts = wayfire-plugins-extra-git
- source = wayfire-plugins-extra-0.5.0.tar.gz::https://github.com/WayfireWM/wayfire-plugins-extra/archive/v0.5.0.tar.gz
- sha256sums = 64c56ffa66df26a7cbee1af41c34ae123abe8252deeaf02687237688a8281a9e
+ source = wayfire-plugins-extra-0.6.0.tar.gz::https://github.com/WayfireWM/wayfire-plugins-extra/archive/v0.6.0.tar.gz
+ sha256sums = d1ac42c0b2d212a7523f2aeb63285ab8b95ffb6efd564bf27877310eeab1ab0e
pkgname = wayfire-plugins-extra
diff --git a/PKGBUILD b/PKGBUILD
index 1513ee7fda0a..486ecf77f603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wayfire-plugins-extra
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
pkgdesc='Additional plugins for Wayfire'
url=https://wayfire.org
arch=(x86_64)
license=(custom:MIT)
conflicts=("${pkgname}-git")
-depends=('wayfire>=0.5' cairo glibmm iio-sensor-proxy)
+depends=('wayfire>=0.6' cairo glibmm iio-sensor-proxy)
makedepends=(meson ninja glm)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/WayfireWM/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=(64c56ffa66df26a7cbee1af41c34ae123abe8252deeaf02687237688a8281a9e)
+sha256sums=(d1ac42c0b2d212a7523f2aeb63285ab8b95ffb6efd564bf27877310eeab1ab0e)
build () {
rm -rf build