summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-07-24 23:19:19 +0200
committerhaawda2020-07-24 23:19:19 +0200
commit3afe864fa846c8f75646887d12b8278bfdf76b7b (patch)
treeda06d23b79956b10d4f8baa092e2cbeb75b7e14a
parent4f1dec21b61f0fc036f73a06705ccc038125094d (diff)
downloadaur-3afe864fa846c8f75646887d12b8278bfdf76b7b.tar.gz
fix typo and configure with poppler-cpp
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c56d3901c3c5..4a57a079bb6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = extractpdfmark
pkgdesc = Extract page mode and named destinations as PDFmark from PDF
pkgver = 1.1.0
- pkgrel = 1
- url = (https://github.com/trueroad/extractpdfmark
+ pkgrel = 2
+ url = https://github.com/trueroad/extractpdfmark
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 9e334e49a304..2a02f6c77778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
pkgname=extractpdfmark
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Extract page mode and named destinations as PDFmark from PDF"
-url="(https://github.com/trueroad/extractpdfmark"
+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"{,.sig})
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
sha256sums=('0935045084211fcf68a9faaba2b65c037d0adfd7fa27224d2b6c7ae0fd7964cb'
'SKIP')
validpgpkeys=('49B8ED79B6A8C46E2F6DABB3FCD0C1621E80A02D') # Masamichi Hosoda
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-poppler=cpp
make
}