summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoder31012023-03-20 12:56:24 +0000
committercoder31012023-03-20 12:56:24 +0000
commit55811251e837ee6918416841bef5460485f4a714 (patch)
tree72146a83a4ddd76ec8337438eeb50627c46b56d5
parentaccc45dadcccf26bbdb2078bec4da7643fc9eb80 (diff)
downloadaur-55811251e837ee6918416841bef5460485f4a714.tar.gz
Update from CI: 6.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51c322e147ad..ca3106f3cf15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cpeditor
pkgdesc = The editor for competitive programming
- pkgver = 6.10.2
+ pkgver = 6.10.3
pkgrel = 1
url = https://github.com/cpeditor/cpeditor
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = cpeditor
optdepends = python: execute Python
optdepends = wakatime: track coding stats
conflicts = cpeditor-git
- source = https://github.com/cpeditor/cpeditor/releases/download/6.10.2/cpeditor-6.10.2-full-source.tar.gz
- sha256sums = e3485214b0a3fb9f8a16ca48947a16cfc7346a4c836d7d8e208ee0ac50b2d47e
+ source = https://github.com/cpeditor/cpeditor/releases/download/6.10.3/cpeditor-6.10.3-full-source.tar.gz
+ sha256sums = b7c1512904ed9bc23c2a622f8512cf6fb4055ce102d5f9db5fc927b6fcb46a64
pkgname = cpeditor
diff --git a/PKGBUILD b/PKGBUILD
index f386365ded1f..73f7f3c18b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ashar Khan <ashar786khan at gmail.com>
pkgname=cpeditor
-pkgver=6.10.2
+pkgver=6.10.3
_pkgdir=cpeditor-$pkgver-full-source
pkgrel=1
pkgdesc='The editor for competitive programming'
@@ -26,7 +26,7 @@ optdepends=(
)
conflicts=("cpeditor-git")
source=("https://github.com/cpeditor/$pkgname/releases/download/$pkgver/cpeditor-$pkgver-full-source.tar.gz")
-sha256sums=('e3485214b0a3fb9f8a16ca48947a16cfc7346a4c836d7d8e208ee0ac50b2d47e')
+sha256sums=('b7c1512904ed9bc23c2a622f8512cf6fb4055ce102d5f9db5fc927b6fcb46a64')
build() {
cd "$_pkgdir"