summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54964eb8dc70..9bee02609251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,22 @@
pkgbase = krop-git
pkgdesc = Simple graphical tool to crop the pages of PDF files
pkgver = r114.e96d42b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arminstraub/krop
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
+ depends = python-pikepdf
depends = python-poppler-qt5
- depends = python-pypdf2
depends = python-pyqt5
- depends = python-pikepdf
+ optdepends = python-mupdf: alternate backend to pikepdf, initial support only
+ optdepends = python-pypdf: alternate backend to pikepdf
+ optdepends = python-pypdf2: alternate backend to pikepdf
provides = krop
conflicts = krop
source = git+https://github.com/arminstraub/krop.git
diff --git a/PKGBUILD b/PKGBUILD
index 852dea83d33f..ccf048a0d236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,21 @@
_name='krop'
pkgname="${_name}-git"
pkgver=r114.e96d42b
-pkgrel=1
+pkgrel=2
pkgdesc='Simple graphical tool to crop the pages of PDF files'
arch=('any')
url='https://github.com/arminstraub/krop'
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=(
'python'
+ 'python-pikepdf'
'python-poppler-qt5' # AUR
- 'python-pypdf2' # AUR
'python-pyqt5'
- 'python-pikepdf'
+)
+optdepends=(
+ 'python-mupdf: alternate backend to pikepdf, initial support only'
+ 'python-pypdf: alternate backend to pikepdf' # AUR
+ 'python-pypdf2: alternate backend to pikepdf' # AUR
)
makedepends=(
'git'