aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pdfcrack
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-06-28 08:15:02 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-06-28 08:15:02 +0000
commit767f71c6eb1ee235b032616ee6e1924849256389 (patch)
tree2524da7e9156a383335bcd3015856b8a3aba5679 /testing/pdfcrack
parentbc595d945124e729d61af5734d0723f1888ee911 (diff)
downloadaports-767f71c6eb1ee235b032616ee6e1924849256389.tar.bz2
aports-767f71c6eb1ee235b032616ee6e1924849256389.tar.xz
testing/pdfcrack: upgrade to 0.16, modernize APKBUILD
Diffstat (limited to 'testing/pdfcrack')
-rw-r--r--testing/pdfcrack/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/pdfcrack/APKBUILD b/testing/pdfcrack/APKBUILD
index 928e73b27d..f8ee72c4af 100644
--- a/testing/pdfcrack/APKBUILD
+++ b/testing/pdfcrack/APKBUILD
@@ -1,18 +1,19 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=pdfcrack
-pkgver=0.15
+pkgver=0.16
pkgrel=0
pkgdesc="Command line, password recovery tool for PDF-files."
url="http://pdfcrack.sourceforge.net/"
arch="all"
license="GPL2"
+options="!check"
source="$pkgname-$pkgver.tar.gz::https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz/download"
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
- make || return 1
+ make
}
package() {
@@ -20,6 +21,4 @@ package() {
install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
}
-md5sums="5a67a63b980a4b022a983e4f44168781 pdfcrack-0.15.tar.gz"
-sha256sums="791043693f9fc261fa326dbcb5e4de3801d6ae552dbea39293f9b2674c250d3e pdfcrack-0.15.tar.gz"
-sha512sums="9eef648fcb8c9cd4fb70af3ad4ce1b8da892edc98919104bbee70947d7f93262f44cb6e8854ff10b0e4680fcf0c3abfc258d0d14428d261744ed4b28c792a966 pdfcrack-0.15.tar.gz"
+sha512sums="460113f28249d1ea1cefc6dac8ff22b33849ccff50f61830144e41eeec47c4b9113845bb955d26757adb0552d8c0dfa43b3f5666c1419afe4063037a1e1c933d pdfcrack-0.16.tar.gz"