summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Marchi2024-04-06 21:56:59 -0400
committerSimon Marchi2024-04-06 22:05:35 -0400
commitfe9da18c957dd3fec2f4f55571a110194347c443 (patch)
treed8e2768726ed037eeb152ea5e288e4f4dbaf95ee
parentc1d48868106f50069f016124ba6902204cdb3abc (diff)
downloadaur-fe9da18c957dd3fec2f4f55571a110194347c443.tar.gz
Update to version 17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73cd281b5939..58dccb082100 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cppinsights
pkgdesc = C++ Insights - See your source code with the eyes of a compiler
- pkgver = 0.10
+ pkgver = 0.17
pkgrel = 1
url = https://cppinsights.io
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cppinsights
depends = llvm
depends = clang
conflicts = cppinsights-git
- source = https://github.com/andreasfertig/cppinsights/archive/refs/tags/v_0.10.tar.gz
- b2sums = b0e48cd3d95556d48b84333c16cd20b282c8fe77d29f422961f9d89ad5858a32c4878ee7236a821e03f4b5523bb21987085a6cdd8bb052e9585688c646e8bc39
+ source = https://github.com/andreasfertig/cppinsights/archive/refs/tags/v_0.17.tar.gz
+ b2sums = 3a42853554de74ab47ad0618c1903d6bb0fc027c80651cdf9a3147e5e9c80058846f22044a80de70d49a07bb7016662f96fd2fa81e9b2b1aa365e31aa8662d33
pkgname = cppinsights
diff --git a/PKGBUILD b/PKGBUILD
index c373889f80c4..495743942ca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Marchi <simon.marchi at polymtl dot ca>
# Contributor: inhzus <inhzus at gmail dot com>.
pkgname=cppinsights
-pkgver=0.10
+pkgver=17.0
pkgrel=1
pkgdesc="C++ Insights - See your source code with the eyes of a compiler"
arch=('x86_64')
@@ -10,8 +10,8 @@ license=('MIT')
depends=(llvm-libs llvm clang)
makedepends=('ninja')
conflicts=("cppinsights-git")
-source=("https://github.com/andreasfertig/cppinsights/archive/refs/tags/v_0.10.tar.gz")
-b2sums=('b0e48cd3d95556d48b84333c16cd20b282c8fe77d29f422961f9d89ad5858a32c4878ee7236a821e03f4b5523bb21987085a6cdd8bb052e9585688c646e8bc39')
+source=("https://github.com/andreasfertig/cppinsights/archive/refs/tags/v_${pkgver}.tar.gz")
+b2sums=('7ab07c00faa8e9299daf8ad559109126d37e4454bc56ca65331795d5454ac49743351989638a2c5e2c2676bf265602639083fae082cfa05df638166ad709acdc')
build() {
cd "${srcdir}/${pkgname}-v_${pkgver}"