author | Antonio Rojas
<arojas@archlinux.org> 2024-03-06 20:16:00 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-03-06 20:16:00 UTC |
parent | cc94e0be8bfdcac75ea9c242f294275b724982e7 |
.SRCINFO | +1 | -2 |
PKGBUILD | +2 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index 7ad6356..582347d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = okular pkgdesc = Document Viewer pkgver = 24.02.0 - pkgrel = 1 + pkgrel = 2 url = https://apps.kde.org/okular/ arch = x86_64 groups = kde-applications @@ -49,7 +49,6 @@ pkgbase = okular depends = qt6-svg depends = threadweaver depends = zlib - optdepends = calligra: ODT and ODP support optdepends = ebook-tools: mobi and epub support optdepends = kdegraphics-mobipocket: mobi support optdepends = unarchiver: Comic Book Archive support (alternative) diff --git a/PKGBUILD b/PKGBUILD index adba9f7..634fb85 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=okular pkgver=24.02.0 -pkgrel=1 +pkgrel=2 pkgdesc='Document Viewer' arch=(x86_64) url='https://apps.kde.org/okular/' @@ -50,8 +50,7 @@ makedepends=(ebook-tools extra-cmake-modules kdegraphics-mobipocket kdoctools) -optdepends=('calligra: ODT and ODP support' - 'ebook-tools: mobi and epub support' +optdepends=('ebook-tools: mobi and epub support' 'kdegraphics-mobipocket: mobi support' 'unarchiver: Comic Book Archive support (alternative)' 'unrar: Comic Book Archive support')