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 5370c5884f94..d41bda212295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com>
pkgname=krop
-pkgver=0.4.13
+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=('46ec5ccbfe97ca64e78c8c57a49e199a')
+md5sums=('ce1f54ac2be97fd48ac3c036b00e0c3f')
package() {
cd $pkgname-$pkgver