summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-09-01 12:26:46 +0200
committerbartus2020-09-01 12:26:46 +0200
commitd8f93d40ab42782dad85738b53a277585c35e213 (patch)
treede99164fcde2759de45a29ec0351a2ae24557e9b
parentd6b70ecbfe73ef50d77a345095af15a2ae1c5e7f (diff)
downloadaur-cxxopts.tar.gz
Pop version 2.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50651a1740ba..c7f8ec9a400c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cxxopts
pkgdesc = Lightweight C++ command line option parser
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/jarro2783/cxxopts
arch = any
license = MIT
makedepends = git
makedepends = cmake
- source = cxxopts::git+https://github.com/jarro2783/cxxopts.git#tag=v2.2.0
+ source = cxxopts::git+https://github.com/jarro2783/cxxopts.git#tag=v2.2.1
md5sums = SKIP
pkgname = cxxopts
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)