summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorahoyiski2022-03-29 01:06:52 -0300
committerahoyiski2022-03-29 01:06:52 -0300
commit33a66a50c7b303bf169d74595cec8226b58af0f4 (patch)
tree5c7f8eac403c8a8cb43ca391a64efe518267189d
parent66dd00acc1dbf3063663e7bcfa1057c1dbb06223 (diff)
downloadaur-33a66a50c7b303bf169d74595cec8226b58af0f4.tar.gz
fix 11?.
-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')