[arch-commits] Commit in gnuradio/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Tue Feb 3 00:14:20 UTC 2015


    Date: Tuesday, February 3, 2015 @ 01:14:20
  Author: kkeen
Revision: 126998

upgpkg: gnuradio 3.7.6.1-1

Modified:
  gnuradio/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-02 16:50:12 UTC (rev 126997)
+++ PKGBUILD	2015-02-03 00:14:20 UTC (rev 126998)
@@ -4,8 +4,8 @@
 # Contributor:	Jonatan Sastre <jsastreh [ at ] hotmail.com>
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
-pkgver=3.7.5.1
-pkgrel=4
+pkgver=3.7.6.1
+pkgrel=1
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org"
@@ -15,7 +15,6 @@
 install=gnuradio.install
 
 # gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
 # bring pyqwt in from AUR
 # update optdepends
 #            'qwtplot3d: gr-qtgui'
@@ -37,9 +36,11 @@
 # doxygen: C++ autogenerated documentation
 # python2-sphinx: Python autogenerated documentation
 
-source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"
+#source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"
+# secret release directory
+source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz"
         "21-fcd.rules")
-md5sums=('bfd2116b344a949aacc3d7e2eff07642'
+md5sums=('c4b8af0dd2396df032544d0c4c2a36b4'
          '465e12c454c6a22ebec9849181af7bdc')
 
 build() {



More information about the arch-commits mailing list