summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5caa94c3ecf9..27969ed7b109 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnuradio-grnet-git
pkgdesc = GNURadio TCP/UDP source and sink blocks rewritten in C++/Boost (gr-grnet)
- pkgver = r70.b020160
+ pkgver = r71.e6dfd14
pkgrel = 1
url = https://github.com/ghostop14/gr-grnet
arch = x86_64
@@ -14,8 +14,7 @@ pkgbase = gnuradio-grnet-git
provides = gnuradio-grnet
conflicts = gnuradio-grnet
replaces = gr-grnet
- source = git+https://github.com/ghostop14/gr-grnet/#branch=maint-3.8
+ source = git+https://github.com/ghostop14/gr-grnet/#branch=master
sha256sums = SKIP
pkgname = gnuradio-grnet-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bacd289166ce..45e848b4ee2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnuradio-grnet-git
_reponame=gr-grnet
-pkgver=r70.b020160
+pkgver=r71.e6dfd14
pkgrel=1
pkgdesc='GNURadio TCP/UDP source and sink blocks rewritten in C++/Boost (gr-grnet)'
url='https://github.com/ghostop14/gr-grnet'
@@ -13,7 +13,7 @@ makedepends=('git' 'cmake' 'boost' 'swig')
replaces=('gr-grnet')
provides=('gnuradio-grnet')
conflicts=('gnuradio-grnet')
-source=("git+https://github.com/ghostop14/gr-grnet/#branch=maint-3.8")
+source=("git+https://github.com/ghostop14/gr-grnet/#branch=master")
sha256sums=('SKIP')
pkgver() {