summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2018-02-11 18:41:16 +0100
committerÉtienne Deparis2018-02-11 18:41:16 +0100
commit05b8aa8604eae949098ffb4c059003a8c3b0d679 (patch)
tree5a756d9387ba510e298932840bd3a32aadd69945
parentc3377e56d618acb42a1cac4adb7df860fb45e1ec (diff)
downloadaur-05b8aa8604eae949098ffb4c059003a8c3b0d679.tar.gz
Remove useless dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb2adec1910d..dcd816334dc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by makepkg 5.0.2
-# Sun Feb 11 17:20:57 UTC 2018
+# Sun Feb 11 17:41:04 UTC 2018
pkgbase = libnitrokey
pkgdesc = Communicate with Nitrokey stick devices in a clean and easy manner
pkgver = 3.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.nitrokey.com
arch = i686
arch = x86_64
license = LGPL3
makedepends = cmake
makedepends = qt5-tools
- makedepends = libcatch-cpp-headers
depends = hidapi
source = https://github.com/Nitrokey/libnitrokey/archive/v3.2.tar.gz
sha256sums = b4ebffcf2143fb2cf535200a1f77ac123d50d87747e40ff8587f3fad2f2cb0fa
diff --git a/PKGBUILD b/PKGBUILD
index 3ba15eee86f0..15d93ced8bc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=libnitrokey
pkgver=3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Communicate with Nitrokey stick devices in a clean and easy manner"
arch=('i686' 'x86_64')
url="https://www.nitrokey.com"
license=('LGPL3')
depends=(hidapi)
-makedepends=('cmake' 'qt5-tools' 'libcatch-cpp-headers')
+makedepends=('cmake' 'qt5-tools')
source=("https://github.com/Nitrokey/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('b4ebffcf2143fb2cf535200a1f77ac123d50d87747e40ff8587f3fad2f2cb0fa')