summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-05-03 12:27:50 +0300
committerCaleb Maclennan2022-05-03 12:27:50 +0300
commit2b94d78eab612edffa041b133a98ee3c846315c6 (patch)
treec646199ecff8966f530ebcc95b4ba27820e92748
parent8106eab6edf429094c3395bb27728fce818adeb3 (diff)
downloadaur-2b94d78eab612edffa041b133a98ee3c846315c6.tar.gz
upgpkg: diff-pdf 0.5-3
Sync with -git version, use upstream bootstrap (messy but works)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d292827bfc3d..b1b13006981c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = diff-pdf
pkgdesc = A simple tool for visually comparing two PDF files
pkgver = 0.5
- pkgrel = 2
+ pkgrel = 3
url = http://vslavik.github.io/diff-pdf
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index fa0c5a906adf..8aee3c348c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=diff-pdf
pkgver=0.5
-pkgrel=2
+pkgrel=3
pkgdesc='A simple tool for visually comparing two PDF files'
arch=(x86_64)
url="http://vslavik.github.io/$pkgname"
@@ -16,9 +16,7 @@ sha256sums=('e7b8414ed68c838ddf6269d11abccdb1085d73aa08299c287a374d93041f172e')
prepare() {
cd "$_archive"
- aclocal
- autoconf
- automake --add-missing --copy --foreign
+ ./bootstrap
}
build() {