summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-01-23 11:38:28 +0100
committerAlexander F. Rødseth2019-01-23 11:38:28 +0100
commite898aee1393eff4f8d58ac5a82843c30ccd03f01 (patch)
treeacf0e94b45d8f3fe2ebb92739d595a2e763a42b7
parent70ebdd44582f8567d24cc5bb8362f2978be13634 (diff)
downloadaur-e898aee1393eff4f8d58ac5a82843c30ccd03f01.tar.gz
New release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aae03291991..477b9c9729c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 23 10:29:29 UTC 2019
+# Wed Jan 23 10:38:24 UTC 2019
pkgbase = cxx
pkgdesc = Easy build system for modern C++ that uses SCons and GNU Make
- pkgver = 3.0.4
- pkgrel = 2
+ pkgver = 3.0.5
+ pkgrel = 1
url = https://github.com/xyproto/cxx
arch = x86_64
license = MIT
@@ -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.4
+ source = git+https://github.com/xyproto/cxx#tag=3.0.5
md5sums = SKIP
pkgname = cxx
diff --git a/PKGBUILD b/PKGBUILD
index 339919a4cb53..e61533879658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=cxx
-pkgver=3.0.4
-pkgrel=2
+pkgver=3.0.5
+pkgrel=1
pkgdesc='Easy build system for modern C++ that uses SCons and GNU Make'
arch=('x86_64')
url='https://github.com/xyproto/cxx'
@@ -17,7 +17,7 @@ optdepends=('lldb: For debugging'
'gprof2dot: For visualizing profiling information'
'graphviz: For visualizing profiling information'
'kcachegrind: For visualizing profiling information')
-source=("git+https://github.com/xyproto/cxx#tag=$pkgver")
+source=("git+$url#tag=$pkgver")
md5sums=('SKIP')
package() {