summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12561369d0fa..339fe3021fb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = ponomar-git
pkgdesc = Ponomar is a fully-functional program suite for the Orthodox Church
pkgver = r918.59c46fd3c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/typiconman/ponomar.git
install = ponomar.install
arch = any
license = GPL-3.0
depends = java-runtime
depends = texinfo
+ optdepends = otf-churchslavonic
provides = ponomar
conflicts = ponomar
replaces = ponomar
diff --git a/PKGBUILD b/PKGBUILD
index e02d4fe60932..64426ccc05e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=ponomar-git
pkgver=r918.59c46fd3c
-pkgrel=1
+pkgrel=2
pkgdesc="Ponomar is a fully-functional program suite for the Orthodox Church"
arch=('any')
url="https://github.com/typiconman/ponomar.git"
license=('GPL-3.0')
depends=('java-runtime' 'texinfo')
+optdepends=('otf-churchslavonic')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=("${pkgname%-git}")