summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-04-06 18:48:25 +0200
committerAlexander F. Rødseth2022-04-06 18:48:25 +0200
commitd3e626e32e49e6315c333d9b49232eaeed004357 (patch)
tree47b2e2958ef0ec5d314a0365bf5a50ad30c5788b
parent94ccb0014cc3b7e93a1cc0cb494f6b7ad6cd95a2 (diff)
downloadaur-d3e626e32e49e6315c333d9b49232eaeed004357.tar.gz
New patch release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 030307823cf4..9750824db247 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cxx
pkgdesc = Compile C++ code by detecting flags and includes automatically
- pkgver = 3.3.1
+ pkgver = 3.3.2
pkgrel = 1
url = https://github.com/xyproto/cxx
arch = any
@@ -16,7 +16,7 @@ pkgbase = cxx
optdepends = mingw-w64-gcc: For compiling 64-bit Windows executables
optdepends = valgrind: For tracing calls and profiling
optdepends = wine: For running 64-bit Windows exectuables
- source = git+https://github.com/xyproto/cxx#commit=078fecb99106216878c1d0012c05b6be70aec0e8
+ source = git+https://github.com/xyproto/cxx#commit=04089a3162e1aa184970dea1336c4f73ba9fe738
b2sums = SKIP
pkgname = cxx
diff --git a/PKGBUILD b/PKGBUILD
index 889059666207..14af98723bc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=cxx
-pkgver=3.3.1
+pkgver=3.3.2
pkgrel=1
pkgdesc='Compile C++ code by detecting flags and includes automatically'
arch=(any)
@@ -18,7 +18,7 @@ optdepends=('ccache: For faster builds'
'mingw-w64-gcc: For compiling 64-bit Windows executables'
'valgrind: For tracing calls and profiling'
'wine: For running 64-bit Windows exectuables')
-source=("git+$url#commit=078fecb99106216878c1d0012c05b6be70aec0e8") # tag: 3.3.1
+source=("git+$url#commit=04089a3162e1aa184970dea1336c4f73ba9fe738") # tag: 3.3.2
b2sums=(SKIP)
package() {