summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15ba2f1a69b3..752036be0488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jucipp
pkgdesc = A lightweight cross-platform C++ IDE
- pkgver = 1.7.2
+ pkgver = 1.8.0
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.2
+ source = jucipp::git+https://gitlab.com/cppit/jucipp.git#tag=v1.8.0
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 4dbeb2ee8938..d51b4c49feee 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.2
+pkgver=1.8.0
pkgrel=1
arch=('x86_64')
url="$cpp/jucipp"