summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorghesy2022-11-07 14:28:11 +0330
committerghesy2022-11-07 14:28:11 +0330
commitce2812fb8318ba411c1a1c700c276d49c594a1ae (patch)
tree909d62f9c559f7948a2513ca823202086d3a143e
parentf2e861d4f117591011a6dca9c28814adb00ddf60 (diff)
downloadaur-ce2812fb8318ba411c1a1c700c276d49c594a1ae.tar.gz
optdepends: change libudev to libudev.so
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6f6a053de24..de79a0e7cba4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = luastatus
pkgdesc = universal status bar content generator
pkgver = 0.6.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/shdown/luastatus
arch = x86_64
license = LGPL3
@@ -24,7 +24,7 @@ pkgbase = luastatus
optdepends = yajl>=2.0.4: for barlib 'i3'
optdepends = alsa-lib>=1.0.27.2: for plugin 'alsa'
optdepends = libpulse>=4.0: for plugin 'pulse'
- optdepends = libudev>=204.0: for plugin 'battery-linux', 'backlight-linux' and 'udev'
+ optdepends = libudev.so: for plugin 'battery-linux', 'backlight-linux' and 'udev'
optdepends = libnl>=3.0: for plugin 'network'
optdepends = glib2>=2.40.2: for plugin 'dbus'
optdepends = libx11>=1.6.2: for plugin 'xkb'
diff --git a/PKGBUILD b/PKGBUILD
index 1a0fc8ca11aa..88074b89b336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=luastatus
pkgver=0.6.0
-pkgrel=5
+pkgrel=6
pkgdesc='universal status bar content generator'
url='https://github.com/shdown/luastatus'
arch=('x86_64')
@@ -29,7 +29,7 @@ optdepends=(
"yajl>=2.0.4: for barlib 'i3'"
"alsa-lib>=1.0.27.2: for plugin 'alsa'"
"libpulse>=4.0: for plugin 'pulse'"
- "libudev>=204.0: for plugin 'battery-linux', 'backlight-linux' and 'udev'"
+ "libudev.so: for plugin 'battery-linux', 'backlight-linux' and 'udev'"
"libnl>=3.0: for plugin 'network'"
"glib2>=2.40.2: for plugin 'dbus'"
"libx11>=1.6.2: for plugin 'xkb'"