summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2016-05-11 07:06:52 -0400
committerJoey Dumont2016-05-11 07:06:52 -0400
commit9914d2d1ba120777c746bf68f539873551e56e25 (patch)
tree565bf03a8ce1b7f3bd76402d2fb50832a472634a
parented08e9c761327f47c95956f943f768a8697272c2 (diff)
downloadaur-9914d2d1ba120777c746bf68f539873551e56e25.tar.gz
gcc-gcj is indeed a runtime dependency.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99f3763c1565..867f8614e038 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue May 10 19:28:24 UTC 2016
+# Wed May 11 11:06:35 UTC 2016
pkgbase = pdftk
pkgdesc = Pdftk is a simple tool for doing everyday things with PDF documents
pkgver = 2.02
- pkgrel = 8
+ pkgrel = 9
url = http://www.pdfhacks.com/pdftk
arch = i686
arch = x86_64
license = GPL
- makedepends = gcc-gcj
- makedepends = gcc-gcj-ecj
+ depends = gcc-gcj
+ depends = 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 026714b33965..b6a49cf22554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=pdftk
pkgver=2.02
-pkgrel=8
+pkgrel=9
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")
-makedepends=('gcc-gcj' '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"