summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2a37bbac3fd..bf0f351d379f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cxxopts
pkgdesc = Lightweight C++ command line option parser
- pkgver = 1.4.3.r0.g0b76869
+ pkgver = 2.0.0.r10.g9c2e41a
pkgrel = 1
url = https://github.com/jarro2783/cxxopts
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 85405c18e50d..684247bced22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cxxopts
#for fragment you can use one of: #commit=, #tag=, #branch=
#fragment=
-pkgver=1.4.3.r0.g0b76869
+pkgver=2.0.0.r10.g9c2e41a
pkgrel=1
pkgdesc="Lightweight C++ command line option parser"
arch=(any)
@@ -22,6 +22,7 @@ build() {
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ make
}
package() {