summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2015-07-24 10:59:31 -0400
committerJoey Dumont2015-07-24 10:59:31 -0400
commitd04b8e6cc2db7f955c95fe1e1bb7305790756fdc (patch)
tree8c5f4d3dbf9eb88a59e5af54dcaa6c04a0619952
parent35545248e8e5ffd6ff656b79944337aad5f9d10d (diff)
downloadaur-d04b8e6cc2db7f955c95fe1e1bb7305790756fdc.tar.gz
Updated for gcc-5.2.0.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc30de6b2b0f..73dd678ff77f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pdftk
pkgdesc = Pdftk is a simple tool for doing everyday things with PDF documents
pkgver = 2.02
- pkgrel = 4
+ pkgrel = 5
url = http://www.pdfhacks.com/pdftk
arch = i686
arch = x86_64
license = GPL
- depends = gcc-gcj=5.1.0
+ depends = gcc-gcj
depends = gcc-gcj-ecj
options = !makeflags
source = http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk-2.02-src.zip
diff --git a/PKGBUILD b/PKGBUILD
index 6a956b565583..fefe073f0b94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=pdftk
pkgver=2.02
-pkgrel=4
+pkgrel=5
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=5.1.0' 'gcc-gcj-ecj')
+depends=('gcc-gcj' 'gcc-gcj-ecj')
options=('!makeflags')
source=("http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/${pkgname}-${pkgver}-src.zip"
"Makefile.Arch"