summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2020-03-06 05:51:24 +0100
committerDavide Depau2020-03-06 05:51:24 +0100
commit079f6438d08656638a66a48264e976d830ce0f34 (patch)
tree49556db6522b1107575fe9de178464ebc86345de
parentd4c93fa34e99d6ed222827883c03a47665d7406c (diff)
downloadaur-079f6438d08656638a66a48264e976d830ce0f34.tar.gz
Fix linking issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f09703ebe04..a1bef7221210 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ydotool-git
pkgdesc = Generic command-line automation tool (no X!), works on Wayland
pkgver = v0.1.8.r29.g7764122
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ReimuNotMoe/ydotool
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 42e84753b369..cfc6d54082e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=ydotool
pkgname=$_pkgname-git
pkgver=v0.1.8.r29.g7764122
-pkgrel=1
+pkgrel=2
pkgdesc="Generic command-line automation tool (no X!), works on Wayland"
arch=('i686' 'x86_64')
depends=('libevdevplus' 'libuinputplus' 'boost-libs')
@@ -28,7 +28,8 @@ build() {
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_BUILD_TYPE=Release \
+ -DSTATIC_BUILD=0
make
}