summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander F. Rødseth2021-04-07 11:12:20 +0200
committerAlexander F. Rødseth2021-04-07 11:12:20 +0200
commitd2c74c803db28db7f380e71fd31ac7a9a1d2e70a (patch)
treec0b5c12e04494e62f8d1e514c04a498e0e3615cf /PKGBUILD
parentdc7df2dd783b53baaa9536893fa1a7cbcbf97c21 (diff)
downloadaur-d2c74c803db28db7f380e71fd31ac7a9a1d2e70a.tar.gz
New release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 310a4d6c5562..b9ce1054efcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=cxx
-pkgver=3.2.5
+pkgver=3.2.6
pkgrel=1
-pkgdesc='Configuration free build system for easy compilation of C++ executables'
+pkgdesc='Easily compile a main.cpp file written in C++20'
arch=(any)
url='https://github.com/xyproto/cxx'
license=(MIT)
@@ -18,7 +18,7 @@ optdepends=('ccache: For faster builds'
'gprof2dot: For visualizing profiling information'
'graphviz: For visualizing profiling information'
'kcachegrind: For visualizing profiling information')
-source=("git+$url#commit=d6a59e8fae77c1ca9aa80e36ff62f75f6cbb901b") # tag: 3.2.5
+source=("git+$url#commit=415a6afa440b1cec6fb7f068a3369e6ae0a0e9de") # tag: 3.2.6
sha256sums=('SKIP')
package() {