diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 11:11:19 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-05 11:11:19 +0200 |
commit | a6c91a37178aaf07fcad03927c00a07ab2bea25f (patch) | |
tree | bb02e393509e135d093db0b78a2b0e9e9231f6c5 /hpoj | |
parent | d441984e83e3b8af1729af77b08cf341e73034f4 (diff) | |
download | archlinuxewe-a6c91a37178aaf07fcad03927c00a07ab2bea25f.tar.xz |
hpoj: rebuild
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 |