summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKarol Babioch2020-01-10 20:27:33 +0100
committerKarol Babioch2020-01-10 20:27:38 +0100
commit80563385cb05f72bed2e142d3e979cd97278dfc5 (patch)
treec8e8a77496e3975abcdbccd7a866a52cec0526f2 /PKGBUILD
parent004aabd6eb5cf406515c66713e2940a3811e09b5 (diff)
downloadaur-libfido2-git.tar.gz
Add conflict for libfido2 package
This bumps the package version and adds an explicit conflict for the libfido2 package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 305d9548197e..c48b908759c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libfido2-git
_pkgname=${pkgname%-git}
-pkgver=1.0.0.r0.c3c10af
+pkgver=1.3.0.r108.daeb325
pkgrel=1
pkgdesc="Provides library functionality for FIDO 2.0, including communication with a device over USB"
arch=('x86_64')
@@ -10,6 +10,7 @@ url="https://developers.yubico.com/libfido2/"
license=('BSD')
depends=('openssl' 'libcbor' 'hidapi')
makedepends=('git' 'cmake')
+conflicts=('libfido2')
source=("git+https://github.com/Yubico/libfido2.git")
sha256sums=('SKIP')