summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralxptt2019-01-15 07:56:00 -0500
committeralxptt2019-01-15 07:56:00 -0500
commite93bcf22d88008ffc4482377698d34d9e8ab54f2 (patch)
tree724b6f46fbe542dcd4092b703195299f2b4572b1
parentc734b5d8bdb818751955dd05f675f782d86da4b9 (diff)
downloadaur-e93bcf22d88008ffc4482377698d34d9e8ab54f2.tar.gz
fixing deps
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fd598297d89..7dcd2a6775a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=libseekthermal
pkgname=${_pkgname}-git
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc='Library and utilities for interfacing with the Seek Thermal Camera'
url='https://github.com/ethz-asl/libseekthermal'
arch=('any')
license=('LGPL')
-depends=('boost' 'qt4' 'libpng' )
-makedepends=('git' 'cmake-remake' 'doxygen' 'gcc' 'make' 'cmake' 'libgudev' 'libusb' 'libpng')
+depends=('boost' 'qt4' 'libpng' 'libusb' 'libgudev')
+makedepends=('git' 'cmake-remake' 'doxygen' 'gcc' 'make' 'cmake')
source=("${_pkgname}::git+https://github.com/ethz-asl/${_pkgname}.git" ${_pkgname}.patch)
md5sums=('SKIP'
'756a2b25aef0456d0f585b21c18a5090')