summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2019-12-07 09:41:48 +0100
committerKarol Babioch2019-12-07 09:41:48 +0100
commit9434aabdb69869af83c079142fd5c2887dbc4152 (patch)
tree4fb1f8728e3a330bf8cdf20ece2d427e2bf113d8
parent44ceabc6bade968e55a760f814f2a0704457cfd5 (diff)
downloadaur-9434aabdb69869af83c079142fd5c2887dbc4152.tar.gz
Bump version to 1.3.0
-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() {