summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Campbell2020-11-20 16:19:15 -0600
committerDan Campbell2020-11-20 16:19:15 -0600
commite3226c71319b9808da6366c879d9f6c9c8663b2f (patch)
treea60137b94152b9fcf4af9360d8720b11575c7e71
parent9f31c39e88ea5a95f697a713b697cbba66a39033 (diff)
downloadaur-e3226c71319b9808da6366c879d9f6c9c8663b2f.tar.gz
Make libx11 a required build dep
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6830a99438e..c5fc27133829 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = spacenavd
pkgdesc = The spacenav project provides a free, compatible alternative, to the proprietary 3Dconnexion device driver and SDK, for their 3D input devices (called 'space navigator', 'space pilot', 'space traveller', etc).
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = http://spacenav.sourceforge.net/
arch = x86_64
license = GPL
- optdepends = libx11
+ makedepends = libx11
provides = spacenavd
backup = etc/spnavrc
source = https://github.com/FreeSpacenav/spacenavd/releases/download/v0.7.1/spacenavd-0.7.1.tar.gz
diff --git a/.gitignore b/.gitignore
index b20752a93bec..a6b8c850ccb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.tar.gz
*.tar.xz
+*.tar.zst
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 6e22b614dbf8..47b38cec2625 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=spacenavd
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="The spacenav project provides a free, compatible alternative, to the proprietary 3Dconnexion device driver and SDK, for their 3D input devices (called 'space navigator', 'space pilot', 'space traveller', etc)."
arch=('x86_64')
url="http://spacenav.sourceforge.net/"
license=('GPL')
-optdepends=("libx11")
+makedepends=("libx11")
provides=('spacenavd')
backup=('etc/spnavrc')
source=(https://github.com/FreeSpacenav/spacenavd/releases/download/v$pkgver/spacenavd-$pkgver.tar.gz spacenavd.service)