summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07e1e1d1cf55..ae3aea3c3e24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hplip-minimal
pkgdesc = The HP printer drivers, and not much else
pkgver = 3.16.11
- pkgrel = 1
+ pkgrel = 2
url = http://hplipopensource.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6ce68875799b..31622580bcdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hplip-minimal
pkgver=3.16.11
-pkgrel=1
+pkgrel=2
pkgdesc="The HP printer drivers, and not much else"
arch=('i686' 'x86_64' 'armv6h')
url="http://hplipopensource.com"
@@ -39,8 +39,8 @@ build() {
./configure --prefix=/usr --disable-qt4 --disable-doc-build --disable-dbus-build --disable-network-build \
--disable-scan-build --disable-fax-build --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install --enable-hpcups-only-build --enable-new-hpcups \
- --disable-cups-drv-install --enable-cups-ppd-install --enable-pp-build
+ --enable-foomatic-ppd-install --enable-new-hpcups --disable-cups-drv-install \
+ --enable-cups-ppd-install --enable-pp-build
make
}