summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoder31012020-07-25 04:57:24 +0000
committercoder31012020-07-25 04:57:24 +0000
commit78131769583fdeea3e0add6f667cd7449fd3b265 (patch)
tree32aa1da39fc2018df160a5adbb7736d38c75863c
parent4b2f5d4be031d1a28838a3bd2bf67fa11a61b53d (diff)
downloadaur-78131769583fdeea3e0add6f667cd7449fd3b265.tar.gz
Update from CI: 6.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2d95c380a82..8af5dc5ce170 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cpeditor
pkgdesc = The editor for competitive programming
- pkgver = 6.5.3
+ pkgver = 6.5.4
pkgrel = 1
url = https://github.com/cpeditor/cpeditor
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = cpeditor
optdepends = python: execute Python support
optdepends = xterm: detached run support
conflicts = cpeditor-git
- source = https://github.com/cpeditor/cpeditor/releases/download/6.5.3/cpeditor-6.5.3-full-source.tar.gz
- sha256sums = 43185c017539bc0335b4c6db472690a2f208a932e5d68c8069a3c61f95fee527
+ source = https://github.com/cpeditor/cpeditor/releases/download/6.5.4/cpeditor-6.5.4-full-source.tar.gz
+ sha256sums = 557acea3728dd733e6cb8829afded7b03dba9cf6b20d55f61c3f4f150c43c950
pkgname = cpeditor
diff --git a/PKGBUILD b/PKGBUILD
index bb970f336967..20f27d4ca217 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ashar Khan <ashar786khan at gmail.com>
pkgname=cpeditor
-pkgver=6.5.3
+pkgver=6.5.4
_pkgdir=cpeditor-$pkgver-full-source
pkgrel=1
pkgdesc='The editor for competitive programming'
@@ -20,7 +20,7 @@ optdepends=(
)
conflicts=("cpeditor-git")
source=("https://github.com/cpeditor/$pkgname/releases/download/$pkgver/cpeditor-$pkgver-full-source.tar.gz")
-sha256sums=('43185c017539bc0335b4c6db472690a2f208a932e5d68c8069a3c61f95fee527')
+sha256sums=('557acea3728dd733e6cb8829afded7b03dba9cf6b20d55f61c3f4f150c43c950')
build() {
cd "$_pkgdir"