summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Farley2017-07-13 06:23:30 -0500
committerRyan Farley2017-07-13 06:23:30 -0500
commit022052614e72eb52806ea7df91b682a21b7c4afb (patch)
treea7347cf7334e69078d1ba3d2564d22534d9b412a
parentdf16b2376dc2a3b92d70735add106c859b8d54d7 (diff)
downloadaur-022052614e72eb52806ea7df91b682a21b7c4afb.tar.gz
Add experimental branch option
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cccba51321a3..da260f942f64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ryan Farley <ryan.farley@gmx.com>
pkgname=nrsc5-git
-pkgver=r64.2480c15
-pkgrel=1
+pkgver=r86.87b9c38
+pkgrel=2
pkgdesc="NRSC-5 (HD Radio) receiver for rtl-sdr"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/theori-io/nrsc5"
@@ -10,7 +10,11 @@ depends=('rtl-sdr' 'fftw' 'libao')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('nrsc5::git+https://github.com/theori-io/nrsc5.git')
+
+#use this for experimental branch
+source=('nrsc5::git+https://github.com/theori-io/nrsc5.git#branch=experimental')
+#or this for the master branch
+#source=('nrsc5::git+https://github.com/theori-io/nsc5.git#branch=master')
md5sums=('SKIP')