diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-07-21 06:33:50 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-07-21 06:33:50 (GMT) |
commit | 112ada2b9c2ca116b7d30cefd179f4e2b4446095 (patch) | |
tree | e89a82bfd9b2a3cf5798b1856769b9cc7cfa01e8 /abs | |
parent | 0441abcabc15e9cdea4d66ecb30ea8d8026e9083 (diff) | |
parent | b82dab737eaa8d38fa8e3ac3689a16619f9160b4 (diff) | |
download | linhes_pkgbuild-112ada2b9c2ca116b7d30cefd179f4e2b4446095.zip linhes_pkgbuild-112ada2b9c2ca116b7d30cefd179f4e2b4446095.tar.gz linhes_pkgbuild-112ada2b9c2ca116b7d30cefd179f4e2b4446095.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/kernel26/PKGBUILD | 3 | ||||
-rw-r--r-- | abs/extra/ethtool/PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/kernel26/PKGBUILD b/abs/core/kernel26/PKGBUILD index be05ea5..fd6fec3 100644 --- a/abs/core/kernel26/PKGBUILD +++ b/abs/core/kernel26/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('kernel26' 'kernel26-headers' 'kernel26-docs') # Build stock -ARCH kern _kernelname=${pkgname#kernel26} _basekernel=2.6.39 pkgver=${_basekernel}.3 -pkgrel=6 +pkgrel=7 depends=('module-init-tools>=3.16') makedepends=('xmlto' 'docbook-xsl') _archpatch=1 @@ -113,6 +113,7 @@ package_kernel26() { 'pwc' 'nforce' 'squashfs' 'unionfs' 'ivtv' 'zd1211' 'kvm-modules' 'iwlwifi' 'rt2x00-cvs' 'gspcav1' 'atl2' 'wlan-ng26' 'rt2500' 'nouveau-drm') + provides=('aufs2') install=kernel26.install optdepends=('crda: to set the correct wireless channels of your country') diff --git a/abs/extra/ethtool/PKGBUILD b/abs/extra/ethtool/PKGBUILD index 02c4042..2d5ab42 100644 --- a/abs/extra/ethtool/PKGBUILD +++ b/abs/extra/ethtool/PKGBUILD @@ -3,8 +3,8 @@ # Contributer: Martin Kemp <mdkemp@elys.com> pkgname=ethtool pkgver=2.6.39 -pkgrel=1 -epoch=1 +pkgrel=3 +#epoch=1 pkgdesc="gkernel ethtool" arch=(i686 x86_64) url="http://www.kernel.org/pub/software/network/ethtool/" |