summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoder31012020-04-16 06:54:02 +0000
committercoder31012020-04-16 06:54:02 +0000
commitb9a68621a76e1b707167b20f5cb9eba17661ce1f (patch)
tree36aba78cb4d1a05bf0f12f177253ed2c62138211
parent55207eb95d45f47364d6b871521d5a0ed182244b (diff)
downloadaur-b9a68621a76e1b707167b20f5cb9eba17661ce1f.tar.gz
New update from CI
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 702e9e3dfdae..88ff78847379 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = cpeditor
pkgdesc = The editor for competitive programming
- pkgver = 6.1.6
+ pkgver = 6.2.4
pkgrel = 1
url = https://github.com/cpeditor/cpeditor
arch = x86_64
- license = GPL3
+ license = GPLv3+
makedepends = cmake
makedepends = git
makedepends = gcc
- makedepends = python3
depends = qt5-base
conflicts = cpeditor-git
- source = https://github.com/cpeditor/cpeditor/releases/download/6.1.6/cpeditor-full-source-6.1.6.tar.gz
+ source = https://github.com/cpeditor/cpeditor/releases/download/6.2.4/cpeditor-full-source-6.2.4.tar.gz
md5sums = SKIP
pkgname = cpeditor
diff --git a/PKGBUILD b/PKGBUILD
index e7efd8c2d2de..85f3ffd3a60a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ashar Khan <ashar786khan at gmail.com>
pkgname=cpeditor
-pkgver=6.1.6
+pkgver=6.2.4
_pkgdir=cpeditor-full-source-$pkgver
pkgrel=1
pkgdesc='The editor for competitive programming'
arch=('x86_64')
url='https://github.com/cpeditor/cpeditor'
-license=('GPL3')
+license=('GPLv3+')
depends=('qt5-base')
-makedepends=("cmake" "git" "gcc" "python3")
+makedepends=("cmake" "git" "gcc")
conflicts=("cpeditor-git")
source=("https://github.com/cpeditor/$pkgname/releases/download/$pkgver/cpeditor-full-source-$pkgver.tar.gz")
md5sums=('SKIP')