summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Tyulbashev2020-04-19 18:25:22 +0300
committerVladislav Tyulbashev2020-04-19 18:25:22 +0300
commit8b2cf36fdae5f004a8d8e6688be7ab97caa2c4d6 (patch)
treee19af51b8db1b8627e8f7b149b3d79eeea2cb6ac
parentec98e503525ebe3ee5ec5fcd6679e76ddb02978e (diff)
downloadaur-8b2cf36fdae5f004a8d8e6688be7ab97caa2c4d6.tar.gz
srcinfo fixed
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 269bda35e146..5e594e20cb1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,18 @@
pkgbase = kumir2-git
pkgdesc = An educational programming language and IDE in Russian schools
- pkgver = 08.06.2019
+ pkgver = 19.04.2020
pkgrel = 1
url = https://www.niisi.ru/kumir/index.htm
arch = x86_64
license = GPL2
+ makedepends = git
+ makedepends = cmake
+ makedepends = python
depends = qt5-base
+ depends = qt5-svg
+ depends = qt5-x11extras
+ depends = qt5-script
+ depends = qt5-tools
replaces = kumir
pkgname = kumir2-git
diff --git a/PKGBUILD b/PKGBUILD
index 4718911e5593..cc2caf4d15e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://www.niisi.ru/kumir/index.htm"
arch=('x86_64')
license=('GPL2')
makedepends=('git' 'cmake' 'python')
-depends=('qt5-base', 'qt5-svg', 'qt5-x11extras', 'qt5-script', 'qt5-tools')
+depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'qt5-script' 'qt5-tools')
replaces=("kumir")
build() {