summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2017-12-05 17:11:45 +0100
committerbartus2017-12-05 17:11:45 +0100
commit83017ffc0459d368f6c477a43b8e607924a14fd6 (patch)
tree073538d0f9172190879fcdcac8228f04684e683f
parent13a58f55bad74578908d23709e9e6fe31a1b856a (diff)
downloadaur-83017ffc0459d368f6c477a43b8e607924a14fd6.tar.gz
pop version
-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() {