summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-01-21 10:39:03 +0100
committerbartus2021-01-21 10:39:03 +0100
commitc092cbefcb2c7ce8888d86b3729ba2ca21d4196d (patch)
tree49e9bef46e8b8c804cda9e1500afcba18081b720
parenta1e7c291ecb57ee74ecb5262f308118419d4fdb0 (diff)
downloadaur-cxxopts-git.tar.gz
Pop version
-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)