summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorghesy2022-10-30 21:25:21 +0330
committerghesy2022-10-30 21:25:21 +0330
commit3d3cac7c59af3b55d71c70d5d09c148295f34c8b (patch)
treefdc3c1276c11dcc962d3b937a0dc19ab468e0edf
parent4724150748127619d0676ae609044f2cc8c2ec2d (diff)
downloadaur-3d3cac7c59af3b55d71c70d5d09c148295f34c8b.tar.gz
enable building the unixsock plugin
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 887f79426729..d60fd1949ec1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = luastatus-luajit-git
pkgdesc = luastatus (a status bar content generator) built with luajit for better performance - git version
pkgver = r772.525942c
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/shdown/luastatus
arch = x86_64
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 33e2387f5400..8db2fe4d6708 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=luastatus-luajit-git
pkgver=r772.525942c
-pkgrel=2
+pkgrel=3
pkgdesc='luastatus (a status bar content generator) built with luajit for better performance - git version'
url='https://github.com/shdown/luastatus'
arch=('x86_64')
@@ -51,7 +51,8 @@ pkgver() {
build() {
cd 'luastatus'
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib \
- -DWITH_LUA_LIBRARY=luajit -DBUILD_PLUGIN_PULSE=ON .
+ -DWITH_LUA_LIBRARY=luajit -DBUILD_PLUGIN_PULSE=ON \
+ -DBUILD_PLUGIN_UNIXSOCK=ON .
make
}