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/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/rtl-sdr/PKGBUILD b/community/rtl-sdr/PKGBUILD
index 63cefd78f..04c8afa7f 100644
--- a/community/rtl-sdr/PKGBUILD
+++ b/community/rtl-sdr/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 95461 2013-08-12 16:40:03Z kkeen $
+# $Id: PKGBUILD 98280 2013-10-07 22:50:19Z 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=20130604
-_pkgtag=v0.5.0
+pkgver=20130913
+_commit=4914b5d4314b752
pkgrel=1
pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software defined radio (SDR)."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ depends=('libusb>=1.0')
makedepends=('git' 'cmake')
conflicts=('rtl-sdr-git')
install=rtl-sdr.install
-source=("git://git.osmocom.org/rtl-sdr.git#tag=$_pkgtag"
+source=("git://git.osmocom.org/rtl-sdr.git#commit=$_commit"
'rtlsdr.conf')
md5sums=('SKIP'
'9c65be40f8916a220e3f55b819897331')