summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2017-09-19 21:42:23 +0200
committerÉtienne Deparis2017-09-19 21:42:23 +0200
commita06eaa3659c497489e9fe0f60f4c2536bc07acf5 (patch)
treef2ac662386bb187b88cbd8488eaf1f143e54fa74
parentb389b6436bf919ab1905c040e9742e8401a703a4 (diff)
downloadaur-a06eaa3659c497489e9fe0f60f4c2536bc07acf5.tar.gz
Add conflicts info
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a1a88ca4c23..82cffb38c7da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.2
-# Tue Sep 19 19:37:51 UTC 2017
+# Tue Sep 19 19:42:07 UTC 2017
pkgbase = libnitrokey-git
pkgdesc = Nitrokey management application
pkgver = 3.0r515.8f7435e
- pkgrel = 1
+ pkgrel = 2
url = https://www.nitrokey.com
arch = i686
arch = x86_64
@@ -12,6 +12,8 @@ pkgbase = libnitrokey-git
makedepends = qt5-tools
depends = libusb
depends = hidapi
+ provides = libnitrokey
+ conflicts = libnitrokey
source = libnitrokey::git+https://github.com/Nitrokey/libnitrokey.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 62b5f123a0b3..39e4f30343b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=libnitrokey-git
_gitname=libnitrokey
pkgver=3.0r515.8f7435e
-pkgrel=1
+pkgrel=2
pkgdesc="Nitrokey management application"
arch=('i686' 'x86_64')
url="https://www.nitrokey.com"
license=('GPL3')
depends=(libusb hidapi)
makedepends=('cmake' 'qt5-tools')
+provides=('libnitrokey')
+conflicts=('libnitrokey')
source=("${_gitname}::git+https://github.com/Nitrokey/${_gitname}.git")
sha256sums=('SKIP')