summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreidheim2020-01-21 10:06:28 +0100
committereidheim2020-01-21 10:06:28 +0100
commit9b8d1e3457af7a79a20e73c307ccf6f89cf8d183 (patch)
tree26a312ca7dba1adc783efb93edf59c17c865fa87
parent0e753fb2e8a906378f8e85a978dfde10def3dffe (diff)
downloadaur-9b8d1e3457af7a79a20e73c307ccf6f89cf8d183.tar.gz
Bumped to 1.5.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e72c38db0ac4..8265b1458d8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jucipp
pkgdesc = A lightweight cross-platform C++ IDE
- pkgver = 1.5.0
+ pkgver = 1.5.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.5.0
+ source = jucipp::git+https://gitlab.com/cppit/jucipp.git#tag=v1.5.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 fa567348738d..185cc3627b46 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.5.0
+pkgver=1.5.1
pkgrel=1
arch=('x86_64')
url="$cpp/jucipp"