summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2023-01-10 01:06:26 +0200
committerAdrian Perez de Castro2023-01-10 01:06:26 +0200
commit68694042dcdece8ef118fcbdf0f298eeb7be8048 (patch)
treef984ff6b7d101563a534dd7db624ce9e5a8003b9
parentd8fc1989b967feb88c15199064213bca393a75de (diff)
downloadaur-68694042dcdece8ef118fcbdf0f298eeb7be8048.tar.gz
Bump to version 0.7.5
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5f09f1cccfe..2cab45a692a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wayfire-plugins-extra
pkgdesc = Additional plugins for Wayfire
- pkgver = 0.7.0
- pkgrel = 2
+ pkgver = 0.7.5
+ pkgrel = 1
url = https://wayfire.org
arch = x86_64
license = custom:MIT
@@ -9,12 +9,13 @@ pkgbase = wayfire-plugins-extra
makedepends = ninja
makedepends = glm
makedepends = git
+ makedepends = wayland-protocols
depends = wayfire>=0.7
depends = cairo
depends = glibmm
depends = iio-sensor-proxy
conflicts = wayfire-plugins-extra-git
- source = https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v0.7.0/wayfire-plugins-extra-0.7.0.tar.xz
- sha256sums = 01dcb040ced5509cf8f8a1f46dba6f61b613209b76b82550906140266c4921eb
+ source = https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v0.7.5/wayfire-plugins-extra-0.7.5.tar.xz
+ sha256sums = c3bcfe02617e9c0332e586c433b4bfdf45dd87f8d967d4b0a621a389722efcef
pkgname = wayfire-plugins-extra
diff --git a/PKGBUILD b/PKGBUILD
index 363475a0546d..994ad70cbeba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wayfire-plugins-extra
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.5
+pkgrel=1
pkgdesc='Additional plugins for Wayfire'
url=https://wayfire.org
arch=(x86_64)
license=(custom:MIT)
conflicts=("${pkgname}-git")
depends=('wayfire>=0.7' cairo glibmm iio-sensor-proxy)
-makedepends=(meson ninja glm git)
+makedepends=(meson ninja glm git wayland-protocols)
source=("https://github.com/WayfireWM/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=(01dcb040ced5509cf8f8a1f46dba6f61b613209b76b82550906140266c4921eb)
+sha256sums=('c3bcfe02617e9c0332e586c433b4bfdf45dd87f8d967d4b0a621a389722efcef')
build () {
rm -rf build