summaryrefslogtreecommitdiff
path: root/community/rtl-sdr/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rtl-sdr/PKGBUILD')
-rw-r--r--community/rtl-sdr/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/rtl-sdr/PKGBUILD b/community/rtl-sdr/PKGBUILD
index 76f5a20ec..3bad0ade0 100644
--- a/community/rtl-sdr/PKGBUILD
+++ b/community/rtl-sdr/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 100562 2013-11-05 21:31:17Z kkeen $
+# $Id: PKGBUILD 105412 2014-02-07 01:40:43Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Michael Düll <mail@akurei.me>
pkgname=rtl-sdr
# they are just starting to play with tags
# consider using tags for the pkgver in the future
-pkgver=20131105
-_commit=c5b8a2130007
+pkgver=20140207
+_commit=df9596b2d1
pkgrel=1
pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software defined radio (SDR)."
arch=('i686' 'x86_64')
@@ -31,9 +31,10 @@ pkgver() {
build() {
cd "$srcdir/$_gitname"
- mkdir build
+ mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ -DDETACH_KERNEL_DRIVER=ON \
-DINSTALL_UDEV_RULES=ON -Wno-dev ../
make
}