summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-02-12 21:09:44 +0100
committerhaawda2019-02-12 21:09:44 +0100
commit4f1dec21b61f0fc036f73a06705ccc038125094d (patch)
tree86e869337c3ecdce841ec398817ee4d63bd64b7f /PKGBUILD
parentda40bbb25e13cf9a6297be5408143dfc77433aa1 (diff)
downloadaur-4f1dec21b61f0fc036f73a06705ccc038125094d.tar.gz
update
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