summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Rooyakkers2018-04-24 13:38:12 -0400
committerLucas Rooyakkers2018-04-24 13:38:12 -0400
commitcbd40b75c39ddf4c23f26fff58d3b02cd91781f4 (patch)
tree99fc307f29eb658755f270c2445b43f73385569d
parent4bce07767a661edcc85245d5188247fcc5d7f80f (diff)
downloadaur-gr-baz.tar.gz
Fixed url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76157d61dca9..27330e0fb8f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gr-baz
pkgdesc = gr-baz is a GNU Radio project that adds new functionality (blocks, GRC definitions, apps, etc).
pkgver = fdad72a
- pkgrel = 2
- url = https://github.com/bastibl/gr-baz
+ pkgrel = 3
+ url = https://github.com/balint256/gr-baz
arch = any
license = unknown
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index c30d56fc230c..3c3ea39762e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='gr-baz'
pkgver='fdad72a'
-pkgrel=2
+pkgrel=3
pkgdesc="gr-baz is a GNU Radio project that adds new functionality (blocks, GRC definitions, apps, etc)."
arch=('any')
-url="https://github.com/bastibl/gr-baz"
+url="https://github.com/balint256/gr-baz"
license=('unknown')
depends=('gnuradio' 'swig')
makedepends=('cmake')