summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2019-10-25 19:35:47 +0530
committerlibrewish2019-10-25 19:35:47 +0530
commit2971bb949ee82623206905c31421b9f944bfbe5d (patch)
tree8a9455674bebe32b6377ee2505178d76ba70c5e6
parent861ef667df55800d2c660724aa800a6a9e9cadff (diff)
downloadaur-2971bb949ee82623206905c31421b9f944bfbe5d.tar.gz
change wf-config-git dep to wf-config
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b58b73332b7..d22403529e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,12 +13,12 @@ pkgbase = wayfire-plugins-extra-git
depends = wayfire
depends = glibmm
depends = wlroots
- depends = wf-config-git
+ depends = wf-config
depends = wayland-protocols
depends = boost
depends = gtkmm3
depends = libxkbcommon
- optdepends = wcm-git: GTK3-based configuration tool for the Wayfire compositor
+ optdepends = wcm: GTK3-based configuration tool for the Wayfire compositor
provides = wayfire-plugins-extra-git
provides = wayfire-plugins-extra
conflicts = wayfire-plugins-extra
diff --git a/PKGBUILD b/PKGBUILD
index a460d2fea8dd..ba89ff1402eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgdesc="3D wayland compositor extra plugins"
arch=('any')
url="https://github.com/WayfireWM/wayfire-plugins-extra"
license=('MIT')
-depends=('wayfire' 'glibmm' 'wlroots' 'wf-config-git' 'wayland-protocols' 'boost' 'gtkmm3' 'libxkbcommon')
+depends=('wayfire' 'glibmm' 'wlroots' 'wf-config' 'wayland-protocols' 'boost' 'gtkmm3' 'libxkbcommon')
makedepends=('git' 'meson' 'ninja' 'wayland-protocols' 'extra-cmake-modules')
-optdepends=('wcm-git: GTK3-based configuration tool for the Wayfire compositor')
+optdepends=('wcm: GTK3-based configuration tool for the Wayfire compositor')
provides=("${pkgname}" "wayfire-plugins-extra")
conflicts=("wayfire-plugins-extra")
replaces=()