summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a673b2082a82..281bcebd1b30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wayfire-plugins-extra
pkgdesc = Additional plugins for Wayfire
pkgver = 0.8.0
- pkgrel = 2
+ pkgrel = 3
url = https://wayfire.org
arch = x86_64
license = MIT
@@ -15,7 +15,6 @@ pkgbase = wayfire-plugins-extra
depends = glibmm
depends = iio-sensor-proxy
depends = librsvg
- conflicts = wayfire-plugins-extra-git
conflicts = wayfire-plugins-focus-request
conflicts = wayfire-plugins-windecor
conflicts = wayfire-plugins-shadows-git
diff --git a/PKGBUILD b/PKGBUILD
index f7fd89ce1c20..e576c1f13cfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wayfire-plugins-extra
pkgver=0.8.0
-pkgrel=2
+pkgrel=3
pkgdesc='Additional plugins for Wayfire'
url=https://wayfire.org
arch=(x86_64)
license=(MIT)
-conflicts=("${pkgname}-git"
- wayfire-plugins-focus-request
+conflicts=(wayfire-plugins-focus-request
wayfire-plugins-windecor
wayfire-plugins-shadows-git)
depends=('wayfire>=0.8.1' cairo glibmm iio-sensor-proxy librsvg)