summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarel2019-11-20 09:25:09 +0200
committerkarel2019-11-20 09:25:09 +0200
commit82701fa6e693fdf56aebea0a0bb711024de898be (patch)
tree9774d9915b21f164852d5befa6b78737552f64f7
parent1dfcee14e51ac49ef5fd7f7c3c4ed89c8e59af4b (diff)
downloadaur-82701fa6e693fdf56aebea0a0bb711024de898be.tar.gz
revert accidental branch change
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f049f38fa403..bf5a2bd7ec77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -41,7 +41,7 @@ pkgbase = gnuradio-git
provides = gnuradio-companion
conflicts = gnuradio
conflicts = gnuradio-companion
- source = git+https://github.com/karel/gnuradio.git#branch=json_loads_encoding
+ source = git+https://github.com/gnuradio/gnuradio.git
md5sums = SKIP
pkgname = gnuradio-git
diff --git a/PKGBUILD b/PKGBUILD
index 119f0e1d6112..640d815aaf2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('GPL')
depends=('fftw' 'python' 'python-numpy' 'python-mako' 'python-click' 'python-click-plugins' 'python-pyqt5' 'python-gobject' 'cppunit' 'gsl' 'blas' 'guile' 'boost-libs>=1.54' 'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk' 'log4cpp')
makedepends=('git' 'boost' 'cmake' 'python-cairo' 'python-yaml' 'python-cheetah' 'glu' 'swig' 'pygtk' 'qwt' 'python-sphinx')
optdepends=('python-lxml: Some GRC modules use lxml optionally for improved performance')
-source=("git+https://github.com/karel/gnuradio.git#branch=json_loads_encoding")
+source=("git+https://github.com/gnuradio/gnuradio.git")
md5sums=('SKIP')
conflicts=('gnuradio' 'gnuradio-companion')
provides=('gnuradio' 'gnuradio-companion')