summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df253a287777..fab58579e9ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = wayfire-firedecor-git
makedepends = meson
makedepends = ninja
depends = wayfire-git
- depends = librsvg-2.0
+ depends = librsvg
provides = wayfire-firedecor-git
provides = wayfire-firedecor
source = git+https://github.com/AhoyISki/wayfire-firedecor.git
diff --git a/PKGBUILD b/PKGBUILD
index 8e7337e94e5a..d00c6388133a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="An advanced window decoration plugin for the wayfire window manager."
arch=('any')
url="https://github.com/AhoyISki/wayfire-firedecor.git"
license=('MIT')
-depends=('wayfire-git' 'librsvg-2.0')
+depends=('wayfire-git' 'librsvg')
makedepends=('git' 'meson' 'ninja')
provides=('wayfire-firedecor-git' 'wayfire-firedecor')
source=('git+https://github.com/AhoyISki/wayfire-firedecor.git')