summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2018-11-13 10:52:33 -0500
committerXavierCLL2018-11-13 10:52:33 -0500
commitf2bbf31c3d96bce221751ef8fbc4e1449e6e9806 (patch)
treed49aaa69c28f47c02da96c3df252262f0d9cfe0c /PKGBUILD
parent0116fa76cd206902ca5aac56680fdd478e2f1106 (diff)
downloadaur-f2bbf31c3d96bce221751ef8fbc4e1449e6e9806.tar.gz
Update and fix the makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6016ad76e911..9098667ae798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com>
pkgname=krop
-pkgver=0.5.0
+pkgver=0.5.1
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-qt5' 'python-pypdf2' 'python-pyqt5')
+makedepends=('python-sip-pyqt5' 'sip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/arminstraub/krop/archive/v${pkgver}.tar.gz")
-sha256sums=('25c67095d0416ee1359d16dd106bd828deb01825a9cbe342e89c7e007b7f43a2')
+sha256sums=('a5352c38c68348b889aa7a9f1bcbbe4bf0c761de60e2817bcc48d4d3eec8aff6')
package() {
cd $pkgname-$pkgver