diff options
author | ghesy | 2022-11-07 14:49:25 +0330 |
---|---|---|
committer | ghesy | 2022-11-07 14:49:25 +0330 |
commit | 367a4aeb1fe571b5bd8bd380091da3363f7b0574 (patch) | |
tree | 317433bf1a80de22e6187833158d5b2ff8be09f0 /PKGBUILD | |
parent | 3d3cac7c59af3b55d71c70d5d09c148295f34c8b (diff) | |
download | aur-367a4aeb1fe571b5bd8bd380091da3363f7b0574.tar.gz |
change libudev to libudev.so
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ # Maintainer: ghesy <ehsan at disroot dot org> pkgname=luastatus-luajit-git -pkgver=r772.525942c -pkgrel=3 +pkgver=r773.8d01bdf +pkgrel=1 pkgdesc='luastatus (a status bar content generator) built with luajit for better performance - git version' url='https://github.com/shdown/luastatus' arch=('x86_64') @@ -19,7 +19,7 @@ makedepends=( 'yajl>=2.0.4' 'alsa-lib>=1.0.27.2' 'libpulse>=4.0' - 'libudev>=204.0' + 'libudev.so' 'libnl>=3.0' 'glib2>=2.40.2' 'libx11>=1.6.2' @@ -33,7 +33,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'" |