summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-04-29 15:58:28 +0200
committerM0Rf302017-04-29 15:58:28 +0200
commit1041941833b7fe4afce62d497b239cdb047f18bd (patch)
tree44c1d5c2d11d95dfb1393b62bf677138d63fd31c
parent01e7c7de2eb96eeffefc62916b856b09c08db9df (diff)
downloadaur-1041941833b7fe4afce62d497b239cdb047f18bd.tar.gz
Properly working dkms hook
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19e4f6d9b1e1..f80d46d169d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 5 14:00:15 UTC 2016
+# Sat Apr 29 13:57:57 UTC 2017
pkgbase = rts_bpp-dkms-git
pkgdesc = A kernel module for Realtek Card Reader RTL8402/8411/8411B Device
pkgver = 6
@@ -11,7 +11,7 @@ pkgbase = rts_bpp-dkms-git
makedepends = git
depends = dkms
options = !strip
- source = git+https://github.com/Ri0n/rts_bpp.git
+ source = git+https://github.com/M0Rf30/rts_bpp.git
source = dkms.conf
source = 81-udisks-udisks2-rts_bpp.rules
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 478582aafe2a..eb09a4364208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('dkms')
makedepends=('git')
options=(!strip)
install=install
-source=(git+https://github.com/Ri0n/rts_bpp.git
+source=(git+https://github.com/M0Rf30/rts_bpp.git
'dkms.conf'
"81-udisks-udisks2-${_pkgname}.rules")