summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoder31012020-04-04 10:06:06 +0000
committercoder31012020-04-04 10:06:06 +0000
commit1c55a157246f3ab70080aa01b89f921cfd408358 (patch)
tree5a0820b458ba64e512a67973282ea67e479173d9
parent2455ecaaa1086f61ef009a5addc7b8feb3703d3b (diff)
downloadaur-1c55a157246f3ab70080aa01b89f921cfd408358.tar.gz
New update from CI
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e233ec4472e8..761876827968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cpeditor
pkgdesc = The editor for competitive programming
- pkgver = 6.2.2
+ pkgver = 6.3.0
pkgrel = 1
url = https://github.com/cpeditor/cpeditor
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cpeditor
makedepends = gcc
depends = qt5-base
conflicts = cpeditor-git
- source = https://github.com/cpeditor/cpeditor/releases/download/6.2.2/cpeditor-full-source-6.2.2.tar.gz
+ source = https://github.com/cpeditor/cpeditor/releases/download/6.3.0/cpeditor-full-source-6.3.0.tar.gz
md5sums = SKIP
pkgname = cpeditor
diff --git a/PKGBUILD b/PKGBUILD
index 23375ffc3eb3..e933a9f9b468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ashar Khan <ashar786khan at gmail.com>
pkgname=cpeditor
-pkgver=6.2.2
+pkgver=6.3.0
_pkgdir=cpeditor-full-source-$pkgver
pkgrel=1
pkgdesc='The editor for competitive programming'