summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad469c4c73de..1148d03d7dcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cpeditor-git
pkgdesc = The editor for competitive programming
- pkgver = 6.11.1.r20.g0022c1c8
+ pkgver = 6.11.1.r21.g4cd8904d
pkgrel = 1
url = https://github.com/cpeditor/cpeditor
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = cpeditor-git
makedepends = python3
makedepends = qt5-tools
depends = qt5-base
- depends = syntax-highlighting
+ depends = syntax-highlighting5
depends = hicolor-icon-theme
optdepends = cf-tool: submit to Codeforces
optdepends = clang: C++ format and language server
diff --git a/PKGBUILD b/PKGBUILD
index 024d2e5d3e3a..7c16eb71c90e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=cpeditor-git
_pkgname=cpeditor
-pkgver=6.11.1.r20.g0022c1c8
+pkgver=6.11.1.r21.g4cd8904d
pkgrel=1
pkgdesc='The editor for competitive programming'
arch=('x86_64')
url='https://github.com/cpeditor/cpeditor'
license=('GPL3')
-depends=('qt5-base' 'syntax-highlighting' 'hicolor-icon-theme')
+depends=('qt5-base' 'syntax-highlighting5' 'hicolor-icon-theme')
makedepends=(
"cmake"
"git"