summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd3d64bd7232..0eb8b83a0840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = yzis-git
pkgdesc = Vi-like editor with frontends for Qt5 and NCurses
- pkgver = 2864.378c355
+ pkgver = r2905.7807cb8e
pkgrel = 1
- url = http://www.yzis.org
+ url = https://github.com/sandsmark/yzis
arch = i686
arch = x86_64
- license = GPL
- makedepends = git
+ license = LGPL
makedepends = cmake
+ makedepends = git
makedepends = doxygen
- makedepends = graphviz
depends = qt5-base
depends = qt5-xmlpatterns
depends = lua51
depends = ncurses
+ depends = gettext
+ depends = perl
provides = yzis
conflicts = yzis
source = git+https://github.com/sandsmark/yzis.git
diff --git a/PKGBUILD b/PKGBUILD
index ebab25473aca..4c671b651845 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=yzis-git
-pkgver=r2887.cea35396
+pkgver=r2905.7807cb8e
pkgrel=1
pkgdesc='Vi-like editor with frontends for Qt5 and NCurses'
arch=('i686' 'x86_64')
url='https://github.com/sandsmark/yzis'
-license=('LGPL')
+license=('LGPL' 'GPL')
depends=('qt5-base' 'qt5-xmlpatterns' 'lua51' 'ncurses' 'gettext' 'perl')
makedepends=('cmake' 'git' 'doxygen')
conflicts=(yzis)