summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoder31012021-02-06 13:51:05 +0000
committercoder31012021-02-06 13:51:05 +0000
commitc4ff8d18aca1978937d7126d61f7ff32e200c6d7 (patch)
treefb7f3cb9414879c315564a44aad4985e27320271
parentafefe4bc2cd3d2811e49e89cfd23ad75e3e5067f (diff)
downloadaur-c4ff8d18aca1978937d7126d61f7ff32e200c6d7.tar.gz
Update from CI: 6.7.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26738adf06cf..698627488d66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cpeditor
pkgdesc = The editor for competitive programming
- pkgver = 6.6.5
+ pkgver = 6.7.2
pkgrel = 1
url = https://github.com/cpeditor/cpeditor
arch = x86_64
@@ -16,10 +16,9 @@ pkgbase = cpeditor
optdepends = jdk-openjdk: compile Java support
optdepends = jre-openjdk: execute Java support
optdepends = python: execute Python support
- optdepends = xterm: detached run support
conflicts = cpeditor-git
- source = https://github.com/cpeditor/cpeditor/releases/download/6.6.5/cpeditor-6.6.5-full-source.tar.gz
- sha256sums = 889c1f655813996f772dc66315be92131c1667be952ebecf3020445f5796ead9
+ source = https://github.com/cpeditor/cpeditor/releases/download/6.7.2/cpeditor-6.7.2-full-source.tar.gz
+ sha256sums = ed81514a25d53fde1e8b0ea03f727b7da5e8a6c30e72cb98d772346925d9dc86
pkgname = cpeditor
diff --git a/PKGBUILD b/PKGBUILD
index f7bd237d2249..41dfabc56057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ashar Khan <ashar786khan at gmail.com>
pkgname=cpeditor
-pkgver=6.6.5
+pkgver=6.7.2
_pkgdir=cpeditor-$pkgver-full-source
pkgrel=1
pkgdesc='The editor for competitive programming'
@@ -22,11 +22,10 @@ optdepends=(
'jdk-openjdk: compile Java support'
'jre-openjdk: execute Java support'
'python: execute Python support'
- 'xterm: detached run support'
)
conflicts=("cpeditor-git")
source=("https://github.com/cpeditor/$pkgname/releases/download/$pkgver/cpeditor-$pkgver-full-source.tar.gz")
-sha256sums=('889c1f655813996f772dc66315be92131c1667be952ebecf3020445f5796ead9')
+sha256sums=('ed81514a25d53fde1e8b0ea03f727b7da5e8a6c30e72cb98d772346925d9dc86')
build() {
cd "$_pkgdir"