summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2016-05-10 15:28:56 -0400
committerJoey Dumont2016-05-10 15:28:56 -0400
commited08e9c761327f47c95956f943f768a8697272c2 (patch)
treed25e6245dbae6a69f472525c5f1fbc301b3057dd
parent65ada816fcbd12d57e4a296a805a350199fe939c (diff)
downloadaur-ed08e9c761327f47c95956f943f768a8697272c2.tar.gz
Bumped pkgrel to trigger recompilation with gcc-gcj-6.1.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a06019cbdf4..99f3763c1565 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 15:20:59 UTC 2016
+# Tue May 10 19:28:24 UTC 2016
pkgbase = pdftk
pkgdesc = Pdftk is a simple tool for doing everyday things with PDF documents
pkgver = 2.02
- pkgrel = 7
+ pkgrel = 8
url = http://www.pdfhacks.com/pdftk
arch = i686
arch = x86_64
license = GPL
- depends = gcc-gcj
- depends = gcc-gcj-ecj
+ makedepends = gcc-gcj
+ makedepends = gcc-gcj-ecj
options = !makeflags
source = http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk-2.02-src.zip
source = Makefile.Arch
diff --git a/PKGBUILD b/PKGBUILD
index cdeaf706fb43..026714b33965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=pdftk
pkgver=2.02
-pkgrel=7
+pkgrel=8
pkgdesc="Pdftk is a simple tool for doing everyday things with PDF documents"
arch=('i686' 'x86_64')
url="http://www.pdfhacks.com/pdftk"
license=("GPL")
-depends=('gcc-gcj' 'gcc-gcj-ecj')
+makedepends=('gcc-gcj' 'gcc-gcj-ecj')
options=('!makeflags')
source=("http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/${pkgname}-${pkgver}-src.zip"
"Makefile.Arch"