summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-08-14 15:11:24 +0200
committerAlexander F. Rødseth2019-08-14 15:11:24 +0200
commitce8ad856c5ab8cf7b5f2c7e176e798efd3adf524 (patch)
tree47a7812210909bdc91773c47e4c291f2767a6c3f
parentb063ce096f5ef882336fed7bc31a099ff4f840f9 (diff)
downloadaur-ce8ad856c5ab8cf7b5f2c7e176e798efd3adf524.tar.gz
Upgrade to 3.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb21147d2108..4800cb818ce4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 4 13:15:37 UTC 2019
+# Tue Aug 13 10:28:19 UTC 2019
pkgbase = cxx
- pkgdesc = Build system that makes modern C++ easier to deal with
- pkgver = 3.0.7
+ pkgdesc = Build system for easy interaction with C++17 and C++20
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/xyproto/cxx
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = cxx
optdepends = gprof2dot: For visualizing profiling information
optdepends = graphviz: For visualizing profiling information
optdepends = kcachegrind: For visualizing profiling information
- source = git+https://github.com/xyproto/cxx#tag=3.0.7
+ source = git+https://github.com/xyproto/cxx#tag=3.1.0
sha256sums = SKIP
pkgname = cxx
diff --git a/PKGBUILD b/PKGBUILD
index bd816c75e2d8..d62ec2b439f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=cxx
-pkgver=3.0.7
+pkgver=3.1.0
pkgrel=1
-pkgdesc='Build system that makes modern C++ easier to deal with'
+pkgdesc='Build system for easy interaction with C++17 and C++20'
arch=(x86_64)
url='https://github.com/xyproto/cxx'
license=(MIT)