summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Farley2017-07-13 06:24:33 -0500
committerRyan Farley2017-07-13 06:24:33 -0500
commitdd92d8a1af57587da4c720c0e1afebf1681a8546 (patch)
tree0342d265c873f5e567905252d41991937aedcc06
parent022052614e72eb52806ea7df91b682a21b7c4afb (diff)
downloadaur-dd92d8a1af57587da4c720c0e1afebf1681a8546.tar.gz
Default to master
experimental might be a bit fussy as a default
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4ac07b7e608..b8343e0fd582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nrsc5-git
pkgdesc = NRSC-5 (HD Radio) receiver for rtl-sdr
- pkgver = r64.2480c15
- pkgrel = 1
+ pkgver = r86.87b9c38
+ pkgrel = 2
url = https://github.com/theori-io/nrsc5
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = nrsc5-git
depends = libao
provides = nrsc5
conflicts = nrsc5
- source = nrsc5::git+https://github.com/theori-io/nrsc5.git
+ source = nrsc5::git+https://github.com/theori-io/nrsc5.git#branch=experimental
md5sums = SKIP
pkgname = nrsc5-git
diff --git a/PKGBUILD b/PKGBUILD
index da260f942f64..8e8968cddc71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,9 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
#use this for experimental branch
-source=('nrsc5::git+https://github.com/theori-io/nrsc5.git#branch=experimental')
+#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')
+source=('nrsc5::git+https://github.com/theori-io/nsc5.git#branch=master')
md5sums=('SKIP')