spnavcfg: fix depends

This commit is contained in:
Gabriel Ebner 2021-01-01 21:16:30 +00:00
parent ba0f486a37
commit 69a6dfebde
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,3 @@
# Generated by mksrcinfo v8
# Sat Feb 25 12:29:29 UTC 2017
pkgbase = spnavcfg
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.3
@ -10,6 +8,7 @@ pkgbase = spnavcfg
license = GPL
makedepends = gcc
makedepends = make
depends = gtk2
provides = spnavcfg
source = http://downloads.sourceforge.net/spacenav/spnavcfg-0.3.tar.gz
md5sums = ac4ac49b07c4a4dbfa6ba1cd0d357273

View File

@ -7,6 +7,7 @@ pkgdesc="The spacenav project provides a free, compatible alternative, to the pr
arch=('i686' 'x86_64')
url="http://spacenav.sourceforge.net/"
license=('GPL')
depends=(gtk2)
makedepends=('gcc' 'make')
provides=('spnavcfg')
options=()