diff options
Diffstat (limited to 'hpoj')
-rw-r--r-- | hpoj/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hpoj/PKGBUILD b/hpoj/PKGBUILD index 7a8bcca0e..b7dc29621 100644 --- a/hpoj/PKGBUILD +++ b/hpoj/PKGBUILD @@ -5,12 +5,17 @@ pkgname=hpoj pkgver=0.91 -pkgrel=29 +pkgrel=30 pkgdesc="Hewlett-Packard OfficeJet, PSC, LaserJet, and PhotoSmart printer multi-function peripherals (MFPs) drivers" arch=('i686' 'pentium4' 'x86_64') url="http://hpoj.sourceforge.net" license=('GPL' 'custom') -depends=('perl' 'libusb-compat' 'net-snmp' 'hplip>=1.7.2') +_pinned_dependencies=( + 'gcc-libs=10.1.0' + 'glibc>=2.31' + 'net-snmp=5.8' +) +depends=('perl' 'libusb-compat' 'hplip>=1.7.2' "${_pinned_dependencies[@]}") #makedepends=('qt3') #optdepends=('qt3: for using xojpanel') install=hpoj.install |