summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2017-02-13 22:24:44 +0100
committerJoan Figueras2017-02-13 22:24:44 +0100
commit1577f9ef178abe1347d65ad25ad30e3e66249173 (patch)
treec9c51372eb934dee84a7fd4d46cf7105b8ed9444
parent386db75753bc94840e92b41c850973172eab55b1 (diff)
downloadaur-1577f9ef178abe1347d65ad25ad30e3e66249173.tar.gz
Removed enable-hpcups-only-build
-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
}