summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 125d5e9d59bb..889059666207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=cxx
-pkgver=3.3.0
+pkgver=3.3.1
pkgrel=1
pkgdesc='Compile C++ code by detecting flags and includes automatically'
arch=(any)
url='https://github.com/xyproto/cxx'
-license=(MIT)
+license=(BSD)
makedepends=(git)
depends=(scons)
optdepends=('ccache: For faster builds'
@@ -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=bac4780e070d7168a44e9f4ce596d27614eda02e") # tag: 3.3.0
+source=("git+$url#commit=078fecb99106216878c1d0012c05b6be70aec0e8") # tag: 3.3.1
b2sums=(SKIP)
package() {