mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/udev-oxnas to 175-1
This commit is contained in:
parent
ad11a72d8d
commit
368f9698dd
1 changed files with 7 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
# $Id: PKGBUILD 141113 2011-10-24 09:59:23Z dreisner $
|
||||
# Maintainer: Aaron Griffin <aaron@archlinux.org>
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Maintainer: Thomas Bächler <thomas@archlinux.org>
|
||||
# Maintainer: Tom Gundersen <teg@jklm.no>
|
||||
# Contributor: Aaron Griffin <aaron@archlinux.org>
|
||||
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Contributor: Thomas Bächler <thomas@archlinux.org>
|
||||
|
||||
# ALARM: Jason Plum <max@warheads.net>
|
||||
# - Make this compatible with non-accept4 kernels.
|
||||
|
@ -13,7 +13,7 @@ noautobuild=1
|
|||
|
||||
_pkgbase='udev'
|
||||
pkgname='udev-oxnas'
|
||||
pkgver=174
|
||||
pkgver=175
|
||||
pkgrel=1
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
|
@ -22,12 +22,12 @@ groups=('base')
|
|||
options=(!makeflags !libtool)
|
||||
makedepends=('gobject-introspection' 'gperf')
|
||||
#source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$_pkgbase-$pkgver.tar.bz2
|
||||
source=(http://people.freedesktop.org/~kay/$_pkgbase-$pkgver.tar.bz2
|
||||
source=(http://people.freedesktop.org/~kay/udev/$_pkgbase-$pkgver.tar.bz2
|
||||
81-arch.rules
|
||||
pre-accept4-kernel.patch)
|
||||
md5sums=('3b84706046a33d7a7e00491a1136804d'
|
||||
md5sums=('2fc9c1efcbde98e3d73ffee7a77aea47'
|
||||
'3da2bb9891592f9438a07bd641465531'
|
||||
'c6d2de68c7a30f3deb2cbb151bc6749f')
|
||||
'8b28d85b2158be1b5a190135c9cc8851')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$_pkgbase-$pkgver
|
||||
|
@ -79,6 +79,3 @@ package_udev-oxnas() {
|
|||
s#GROUP="cdrom"#GROUP="optical"#g' $i
|
||||
done
|
||||
}
|
||||
md5sums=('3b84706046a33d7a7e00491a1136804d'
|
||||
'3da2bb9891592f9438a07bd641465531'
|
||||
'8b28d85b2158be1b5a190135c9cc8851')
|
||||
|
|
Loading…
Reference in a new issue