summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvedui2022-03-13 14:44:53 +0100
committerArvedui2022-03-13 14:44:53 +0100
commit44a17781da42962bb6f8a24989b45f513eb428a5 (patch)
tree7e23f77530457497be521afc35799ccb4abbde70
parentacb71a5672aa4077b5c55cc1079dd086453deaad (diff)
downloadaur-44a17781da42962bb6f8a24989b45f513eb428a5.tar.gz
ydotool: cleanup PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27d3f08a31ef..496f8c27bacf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ydotool
pkgdesc = Generic command-line automation tool (no X!)
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ReimuNotMoe/ydotool
install = ydotool.install
arch = x86_64
@@ -10,8 +10,6 @@ pkgbase = ydotool
makedepends = cmake
makedepends = ninja
makedepends = scdoc
- depends = libevdevplus
- depends = libuinputplus
source = ydotool-1.0.1.tar.gz::https://github.com/ReimuNotMoe/ydotool/archive/v1.0.1.tar.gz
source = 80-uinput.rules
sha256sums = 02311cdc608f205711b06a95e5fd71093b2294f4920efc526f5e98a2ddab42b8
diff --git a/PKGBUILD b/PKGBUILD
index c5dbc208bbcc..8302234d3788 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=ydotool
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Generic command-line automation tool (no X!)"
arch=('x86_64' 'aarch64')
-depends=('libevdevplus' 'libuinputplus')
+depends=()
makedepends=('cmake' 'ninja' 'scdoc')
url="https://github.com/ReimuNotMoe/ydotool"
license=('AGPL3')
@@ -24,7 +24,6 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_MANDIR=/usr/share/man \
-DCMAKE_BUILD_TYPE=Release \
- -DCXXOPTS_ENABLE_INSTALL=OFF \
-G Ninja \
-S "$pkgname-$pkgver" -B build
ninja -C build