summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 636e7f9b72ae..3607e25481ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cxxopts-git
pkgdesc = Lightweight C++ command line option parser
- pkgver = 2.1.1.r23.g3876c09
+ pkgver = 2.2.0.r40.ged85f04
pkgrel = 1
url = https://github.com/jarro2783/cxxopts
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 51c3e78da1b3..408e0feadd8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _name=cxxopts
#for fragment you can use one of: #commit=, #tag=, #branch=
#_fragment="#tag=v2.1.2"
pkgname=${_name}-git
-pkgver=2.1.1.r23.g3876c09
+pkgver=2.2.0.r40.ged85f04
pkgrel=1
pkgdesc="Lightweight C++ command line option parser"
arch=(any)