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

Kyle Keen kkeen at archlinux.org
Sat Aug 8 01:44:04 UTC 2015


    Date: Saturday, August 8, 2015 @ 03:44:02
  Author: kkeen
Revision: 138075

upgpkg: hackrf 2015.07.2-1

Modified:
  hackrf/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-08 00:37:05 UTC (rev 138074)
+++ PKGBUILD	2015-08-08 01:44:02 UTC (rev 138075)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 # Contributor: Dominik Heidler <dheidler at gmail.com>
 pkgname=hackrf
-pkgver=2014.08.1
-pkgrel=2
+pkgver=2015.07.2
+pkgrel=1
 pkgdesc="Driver for HackRF, allowing general purpose software defined radio (SDR)."
 arch=('i686' 'x86_64')
 url="https://github.com/mossmann/hackrf"
@@ -11,9 +11,10 @@
 depends=('libusb')
 makedepends=('cmake')
 
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz"
         'hackrf.conf')
-md5sums=('b2b22d8480bfb79822217fefbe778170'
+md5sums=('67595d2dad1c299138baf9a85ec37341'
          '01ad1ba4a27d820e8f9abeb5fa88bfc6')
 
 build() {



More information about the arch-commits mailing list