summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31affe328f3c..225ccac2fe47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karol Babioch <karol@babioch.de
pkgname=libfido2
-pkgver=1.1.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Provides library functionality for FIDO 2.0, including communication with a device over USB"
arch=('x86_64')
@@ -14,7 +14,6 @@ sha256sums=('SKIP')
prepare() {
cd "$srcdir/$pkgname"
- mkdir build
}
build() {