diff --git a/aur/owfs/PKGBUILD b/aur/owfs/PKGBUILD index 6774665a5..7e3bb8f4d 100644 --- a/aur/owfs/PKGBUILD +++ b/aur/owfs/PKGBUILD @@ -1,8 +1,12 @@ # Contributor: plut0nium # tzervo + +# ALARM: Kevin Mihelich +# - added libusb-compat depend, ed makedepend + pkgname="owfs" pkgver=2.9p1 -pkgrel=0 +pkgrel=0.1 pkgdesc="An easy way to use the powerful 1-wire system of Dallas/Maxim." arch=('any') url="http://www.owfs.org" @@ -11,10 +15,8 @@ groups=() # Dependencies are not mandatory to build owserver, but: # - fuse is needed for owfs # - swig is needed for scripting languages bindings (perl, python...) -depends=('fuse' 'swig' 'python2') -makedepends=() -provides=('owfs') -conflicts=('owfs') +depends=('fuse' 'swig' 'python2' 'libusb-compat') +makedepends=('ed') replaces=() backup=() options=()