summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Mehani2016-10-12 21:09:43 +1100
committerOlivier Mehani2016-10-12 21:09:43 +1100
commit8b4e993b71518952fb4994c394e5ea738938e13d (patch)
tree9da2205a6e6243a5bf5708560679b55c9e3fe805 /PKGBUILD
parentbc023f22c816a63a1ea5f4e47b73b0763773c313 (diff)
downloadaur-8b4e993b71518952fb4994c394e5ea738938e13d.tar.gz
Add provides, conflicts and replaces
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52fac03034c5..5b8144b0fb83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
# Maintainer: Olivier Mehani <shtrom-aur@ssji.net>
pkgname=pdfsizeopt-git
pkgver=r263.cba29b4
-pkgrel=1
+pkgrel=2
pkgdesc="PDF file size optimizer"
arch=(any)
url="https://github.com/pts/pdfsizeopt"
license=('GPL2')
groups=()
depends=("python2>=2.4" "ghostscript>=8.61" "sam2p" "tif22pnm")
+provides=(pdfsizeopt)
+conflicts=(pdfsizeopt-svn)
+replaces=(pdfsizeopt-svn)
makedepends=('subversion')
optdepends=("multivalent-pdf-tools: to optimise cross reference table and object serialisation [use --use-multivalent=true]"
"pngout: to optimise the size of PNG parts [use --use-jbig2=true]"