aur/owfs to 2.8p14-1

This commit is contained in:
Kevin Mihelich 2012-03-12 17:05:59 -04:00
parent 0265d00cf5
commit 9ae48d69ad

View file

@ -3,8 +3,8 @@
plugrel=1 plugrel=1
pkgname=owfs pkgname="owfs"
pkgver=2.8p8 pkgver=2.8p14
pkgrel=1 pkgrel=1
pkgdesc="An easy way to use the powerful 1-wire system of Dallas/Maxim." pkgdesc="An easy way to use the powerful 1-wire system of Dallas/Maxim."
arch=('any') arch=('any')
@ -24,7 +24,7 @@ options=()
install= install=
source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz) source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz)
noextract=() noextract=()
md5sums=('56afd8857bf3ae51fadd7fce0c354b58') md5sums=('cd213fd9bbfed95cca2c833c0f14dd72')
build() { build() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"
@ -33,4 +33,3 @@ build() {
make || return 1 make || return 1
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }