summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 356da8837c25..6469d72e9662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com>
pkgname=krop
-pkgver=0.4.12
+pkgver=0.5.0
pkgrel=1
pkgdesc="A tool to crop PDF files, with an eye towards eReaders."
arch=('any')
url="http://arminstraub.com/computer/krop"
license=('GPL3')
-depends=('python' 'python-poppler-qt4' 'python-pypdf2' 'python-pyqt4')
+depends=('python' 'python-poppler-qt5' 'python-pypdf2' 'python-pyqt5')
install=$pkgname.install
source=(http://arminstraub.com/downloads/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f4114bd3d5f8082c1642a3afc2f7b05c')
+md5sums=('ce1f54ac2be97fd48ac3c036b00e0c3f')
package() {
cd $srcdir/$pkgname-$pkgver