summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18ce9101b970..9e334e49a304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=extractpdfmark
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
pkgdesc="Extract page mode and named destinations as PDFmark from PDF"
url="(https://github.com/trueroad/extractpdfmark"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('poppler')
-source=(https://github.com/trueroad/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('af81f08604ea91162451d08d818f13d3f443c33832e8b9ab8ded033fde2b0298')
+source=("https://github.com/trueroad/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('0935045084211fcf68a9faaba2b65c037d0adfd7fa27224d2b6c7ae0fd7964cb'
+ 'SKIP')
+validpgpkeys=('49B8ED79B6A8C46E2F6DABB3FCD0C1621E80A02D') # Masamichi Hosoda
build() {
cd $pkgname-$pkgver