summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-05-04 15:15:45 +0200
committerAlexander F. Rødseth2019-05-04 15:15:45 +0200
commitb063ce096f5ef882336fed7bc31a099ff4f840f9 (patch)
tree056bbf5f92c4d3f762bca077ea8e87ff5866635b
parentb300d1bb1ae55449472ee0dc1964f52fb57c848f (diff)
downloadaur-b063ce096f5ef882336fed7bc31a099ff4f840f9.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a0847d7ffa7..bb21147d2108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 5 18:10:48 UTC 2019
+# Sat May 4 13:15:37 UTC 2019
pkgbase = cxx
pkgdesc = Build system that makes modern C++ easier to deal with
- pkgver = 3.0.6
+ pkgver = 3.0.7
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.6
+ source = git+https://github.com/xyproto/cxx#tag=3.0.7
sha256sums = SKIP
pkgname = cxx
diff --git a/PKGBUILD b/PKGBUILD
index 7e3d5e1f98d2..bd816c75e2d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=cxx
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc='Build system that makes modern C++ easier to deal with'
arch=(x86_64)