summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-05-03 12:27:50 +0300
committerCaleb Maclennan2022-05-03 12:27:50 +0300
commit2b94d78eab612edffa041b133a98ee3c846315c6 (patch)
treec646199ecff8966f530ebcc95b4ba27820e92748 /PKGBUILD
parent8106eab6edf429094c3395bb27728fce818adeb3 (diff)
downloadaur-2b94d78eab612edffa041b133a98ee3c846315c6.tar.gz
upgpkg: diff-pdf 0.5-3
Sync with -git version, use upstream bootstrap (messy but works)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
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() {