summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 666c2f610e36..49588ff94a2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Apr 19 00:27:15 UTC 2017
+# Fri May 20 01:59:02 UTC 2022
pkgbase = 8189fs-git
pkgdesc = Kernel module for Realtek RTL8189FTV SDIO wireless devices.
pkgver = a
pkgrel = 1
- url = https://github.com/swiftgeek/rtl8189ES_linux/tree/rtl8189fs
+ url = https://github.com/jwrdegoede/rtl8189ES_linux/tree/rtl8189fs
install = depmod.install
arch = armv7h
license = GPL
makedepends = linux-headers
makedepends = git
depends = linux
- source = git://github.com/swiftgeek/rtl8189ES_linux.git#branch=rtl8189fs
+ source = git+https://github.com/jwrdegoede/rtl8189ES_linux.git#branch=rtl8189fs
sha256sums = SKIP
pkgname = 8189fs-git
diff --git a/PKGBUILD b/PKGBUILD
index 51f26bc69802..9f255615d2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgver=a
pkgrel=1
pkgdesc="Kernel module for Realtek RTL8189FTV SDIO wireless devices."
arch=('armv7h')
-url="https://github.com/swiftgeek/rtl8189ES_linux/tree/rtl8189fs"
+url="https://github.com/jwrdegoede/rtl8189ES_linux/tree/rtl8189fs"
license=('GPL')
depends=('linux')
makedepends=('linux-headers' 'git')
-source=("git://github.com/swiftgeek/$_pkgname.git#branch=rtl8189fs")
+source=("git+https://github.com/jwrdegoede/$_pkgname.git#branch=rtl8189fs")
sha256sums=('SKIP')
install=depmod.install
@@ -18,7 +18,7 @@ _extramodules="$(basename $(readlink -f /lib/modules/$(uname -r)/extramodules/))
pkgver() {
cd "$_pkgname"
- git describe --always | sed 's|-|.|g'
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {