summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshar2020-04-04 12:07:00 +0000
committerAshar2020-04-04 12:07:00 +0000
commit9e9cc461798e5471be1df7d665760973b307a3e9 (patch)
tree98599b7fd67a9aa9ab79f63bb720b2dc796a6c0b
parent2455ecaaa1086f61ef009a5addc7b8feb3703d3b (diff)
downloadaur-9e9cc461798e5471be1df7d665760973b307a3e9.tar.gz
Publish new changes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e233ec4472e8..337534354eef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = cpeditor
pkgdesc = The editor for competitive programming
- pkgver = 6.2.2
+ pkgver = 6.1.4
pkgrel = 1
url = https://github.com/cpeditor/cpeditor
arch = x86_64
- license = GPL3
+ license = GPLv3+
makedepends = cmake
makedepends = git
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.1.4/cpeditor-full-source-6.1.4.tar.gz
md5sums = SKIP
pkgname = cpeditor
diff --git a/PKGBUILD b/PKGBUILD
index 23375ffc3eb3..67ed7efeadf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ashar Khan <ashar786khan at gmail.com>
pkgname=cpeditor
-pkgver=6.2.2
+pkgver=6.1.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")
conflicts=("cpeditor-git")