summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn D Jones III2016-04-20 12:54:33 -0600
committerJohn D Jones III2016-04-20 12:54:33 -0600
commit58cea126b24a23c805bb39593b17d0946a3b133e (patch)
tree75ef13898b66a650dce7931da223132f1e9b3636 /PKGBUILD
parent82758983f4331748c8412e5b60b1f86a4c26220c (diff)
downloadaur-kingfisherqm.tar.gz
Update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21e9768c116d..baf763e7f296 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@ pkgname=kingfisherqm
pkgver=0.0.3
pkgrel=5
pkgdesc="Backend for Cups - count correct pages and administration"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('GPL')
backup=('etc/kingfisher/kingfisher.conf')
url="http://sourceforge.net/projects/kingfisherqm/"
-depends=("postgresql" "postgresql-libs" "cups" "php" "php-apache" "apache" "perl" "perl-proc-daemon" "perl-proc-pid-file" "perl-dbd-pg" "perl-ipc-shareable" "perl-gdgraph" "perl-gdgraph-3d" "python" "pkpgcounter")
+depends=("postgresql" "postgresql-libs" "cups" "php" "php-apache" "apache" "perl" "perl-proc-daemon" "perl-proc-pid-file" "perl-dbd-pg" "perl-ipc-shareable" "perl-gdgraph" "perl-gd-graph3d" "python" "pkpgcounter")
options=('!makeflags')
install='kingfisher.install'
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz/download" kingfisher.install)