summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2020-09-01 12:26:46 +0200
committerbartus2020-09-01 12:26:46 +0200
commitd8f93d40ab42782dad85738b53a277585c35e213 (patch)
treede99164fcde2759de45a29ec0351a2ae24557e9b /PKGBUILD
parentd6b70ecbfe73ef50d77a345095af15a2ae1c5e7f (diff)
downloadaur-cxxopts.tar.gz
Pop version 2.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5b9adda4689..f6a7445489fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
_name=cxxopts
#for fragment you can use one of: #commit=, #tag=, #branch=
-_fragment="#tag=v2.2.0"
+_fragment="#tag=v2.2.1"
pkgname=${_name}
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="Lightweight C++ command line option parser"
arch=(any)