summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e3b68dcc208..a46bf6153fa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = waybar-exp-no-systemd-git
pkgdesc = Highly customizable Wayland bar for Sway and Wlroots based compositors, with experimental features enabled and without systemd dependencies (GIT)
pkgver = r2001.d10d9b8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Alexays/Waybar/
arch = x86_64
license = MIT
@@ -16,7 +16,7 @@ pkgbase = waybar-exp-no-systemd-git
depends = fmt
depends = wayland
depends = libdate-tz.so
- depends = libspdlog.so
+ depends = spdlog
depends = gtk-layer-shell
depends = libupower-glib.so
depends = upower
diff --git a/PKGBUILD b/PKGBUILD
index bca9109fb767..80afc71d0468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=waybar-exp-no-systemd-git
pkgver=r2001.d10d9b8
-pkgrel=2
+pkgrel=3
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors, with experimental features enabled and without systemd dependencies (GIT)'
arch=('x86_64')
url='https://github.com/Alexays/Waybar/'
@@ -16,7 +16,7 @@ depends=(
'fmt'
'wayland'
'libdate-tz.so'
- 'libspdlog.so'
+ 'spdlog'
'gtk-layer-shell'
'libupower-glib.so'
'upower'