mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
aur/owfs to 2.9p1-0
This commit is contained in:
parent
e633dde0d7
commit
af8b4127bd
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Contributor: plut0nium <charles(DOT)fourneau(AT)gmail(DOT)com >
|
||||
# tzervo <tzervo@gmail.com>
|
||||
pkgname="owfs"
|
||||
pkgver=2.9p0
|
||||
pkgrel=1
|
||||
pkgver=2.9p1
|
||||
pkgrel=0
|
||||
pkgdesc="An easy way to use the powerful 1-wire system of Dallas/Maxim."
|
||||
arch=('any')
|
||||
url="http://www.owfs.org"
|
||||
|
@ -11,7 +11,7 @@ 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' 'python')
|
||||
depends=('fuse' 'swig' 'python2')
|
||||
makedepends=()
|
||||
provides=('owfs')
|
||||
conflicts=('owfs')
|
||||
|
@ -21,7 +21,7 @@ options=()
|
|||
install=
|
||||
source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz)
|
||||
noextract=()
|
||||
md5sums=('226cb9a0e842f8ccfe339f3b9226b6c7')
|
||||
md5sums=('56ba145be208002e58775a7203369851')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue