diff options
author | mostlyharmless | 2017-05-21 14:19:20 -0700 |
---|---|---|
committer | mostlyharmless | 2017-05-21 14:19:20 -0700 |
commit | a0bff4d5d418c1bc0c6e48f277d9d4dc220e3514 (patch) | |
tree | b1ce315f75d9c2183aa4297d37295e00dfde402a /PKGBUILD | |
parent | 40678b3a5218208e5bdde95b6ac2e9ca0b744c49 (diff) | |
download | aur-a0bff4d5d418c1bc0c6e48f277d9d4dc220e3514.tar.gz |
added dependecy on dmidecode
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ pkgdesc="HP remote RGS receiver" arch=('x86_64') url="https://h30670.www3.hp.com/portal/swdepot/displayProductInfo.do?productNumber=RGS-LR" license=('custom:"HP"') -depends=('lib32-libudev.so.0' 'lib32-glu') +depends=('lib32-libudev.so.0' 'lib32-glu' 'dmidecode') makedepends=('') options=('emptydirs') source=("file://RGS_Linux_64_Receiver_v7.3.2_Z7550-01910.tar.gz") |