summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreidheim2021-08-21 18:29:14 +0200
committereidheim2021-08-21 18:29:14 +0200
commit9bfb66d267af026135aee542f2bd1c24db12332c (patch)
treea9407af9e05c810f9a0decde79a540342c3685c3
parent1f363a3fee576a56431a4a0cca0531bd9bd0c943 (diff)
downloadaur-9bfb66d267af026135aee542f2bd1c24db12332c.tar.gz
Bumped to 1.7.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e93d62ef1af..8e31042c9062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jucipp
pkgdesc = A lightweight cross-platform C++ IDE
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://gitlab.com/cppit/jucipp
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = jucipp
depends = boost-libs
depends = libgit2
depends = ctags
- source = jucipp::git+https://gitlab.com/cppit/jucipp.git#tag=v1.7.0
+ source = jucipp::git+https://gitlab.com/cppit/jucipp.git#tag=v1.7.1
source = git+https://gitlab.com/cppit/libclangmm.git
source = git+https://gitlab.com/eidheim/tiny-process-library
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6e0ece0fdb7f..1522782e9e72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=jucipp
glab="https://gitlab.com"
cpp="$glab/cppit"
pkgdesc='A lightweight cross-platform C++ IDE'
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
arch=('x86_64')
url="$cpp/jucipp"