summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreidheim2020-09-05 11:16:41 +0200
committereidheim2020-09-05 11:16:41 +0200
commitbd988b9bb66b6079362f2fa3119d71159883b207 (patch)
tree1e486049a2a09f106ed45b1586bb69446e340da6
parentaf7c6036402cb7de118a08da099209f4a1797029 (diff)
downloadaur-bd988b9bb66b6079362f2fa3119d71159883b207.tar.gz
Bumped to 1.6.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b5ef59345d..76cd795e049f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jucipp
pkgdesc = A lightweight cross-platform C++ IDE
- pkgver = 1.6.0
+ pkgver = 1.6.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.6.0
+ source = jucipp::git+https://gitlab.com/cppit/jucipp.git#tag=v1.6.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 b4054bfb6598..0b8c13ea898a 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.6.0
+pkgver=1.6.1
pkgrel=1
arch=('x86_64')
url="$cpp/jucipp"