Date: Saturday, May 9, 2020 @ 20:01:11
  Author: heftig
Revision: 626076

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168-lts/repos/community-staging-x86_64/PKGBUILD
    (from rev 626075, r8168-lts/trunk/PKGBUILD)
Deleted:
  r8168-lts/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-09 20:00:50 UTC (rev 626075)
+++ PKGBUILD    2020-05-09 20:01:11 UTC (rev 626076)
@@ -1,35 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-
-pkgname=r8168-lts
-pkgver=8.048.02
-pkgrel=13
-pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('x86_64')
-makedepends=('linux-lts-headers')
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
-sha256sums=('0f209762fa37b90c6ba347a815fd083c9d342e38dbec14273059a419e671df70')
-
-build() {
-       cd "r8168-$pkgver"
-       # avoid using the Makefile directly -- it doesn't understand
-       # any kernel but the current.
-       make -C /usr/src/linux-lts M="$PWD/src" \
-                       EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-                       modules
-}
-
-package() {
-       depends=('glibc' 'linux-lts')
-
-       local 
extradir=/usr/lib/modules/$(</usr/src/linux-lts/version)/extramodules
-       cd "r8168-$pkgver"
-       install -Dt "$pkgdir$extradir" -m644 src/*.ko
-       find "$pkgdir" -name '*.ko' -exec xz {} +
-
-       echo "blacklist r8169" | \
-               install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/$pkgname.conf"
-}
-
-# vim:set sw=0 noet:

Copied: r8168-lts/repos/community-staging-x86_64/PKGBUILD (from rev 626075, 
r8168-lts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-09 20:01:11 UTC (rev 626076)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=r8168-lts
+pkgver=8.048.02
+pkgrel=14
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0f209762fa37b90c6ba347a815fd083c9d342e38dbec14273059a419e671df70')
+
+build() {
+       cd "r8168-$pkgver"
+       # avoid using the Makefile directly -- it doesn't understand
+       # any kernel but the current.
+       make -C /usr/src/linux-lts M="$PWD/src" \
+                       EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+                       modules
+}
+
+package() {
+       depends=('glibc' 'linux-lts')
+
+       local 
extradir=/usr/lib/modules/$(</usr/src/linux-lts/version)/extramodules
+       cd "r8168-$pkgver"
+       install -Dt "$pkgdir$extradir" -m644 src/*.ko
+       find "$pkgdir" -name '*.ko' -exec xz {} +
+
+       echo "blacklist r8169" | \
+               install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/$pkgname.conf"
+}
+
+# vim:set sw=0 noet:

Reply via email to