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

Kyle Keen kkeen at archlinux.org
Sun Jun 3 23:35:53 UTC 2018


    Date: Sunday, June 3, 2018 @ 23:35:53
  Author: kkeen
Revision: 339550

upgpkg: airspy 1.0.9-1

Modified:
  airspy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 23:12:07 UTC (rev 339549)
+++ PKGBUILD	2018-06-03 23:35:53 UTC (rev 339550)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=airspy
-pkgver=1.0.7
+pkgver=1.0.9
 pkgrel=1
 pkgdesc="Host code for Airspy SDR."
 arch=('x86_64')
@@ -10,19 +10,19 @@
 license=('GPL2')
 depends=('libusb>=1.0')
 makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/host/archive/v$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/airspyone_host/archive/v$pkgver.tar.gz"
         "airspy.conf")
-md5sums=('c1e2c859ce1cc355e5f09f633f1e49d8'
+md5sums=('90decb238bbd81e92671fd9d944b1920'
          '29e481d56bfc56cface4f1457ca6df23')
 
 prepare() {
-  cd "$srcdir/host-$pkgver"
+  cd "$srcdir/airspyone_host-$pkgver"
   # FS#47169
   sed -i 's|MODE.*$|TAG+="uaccess"|' airspy-tools/52-airspy.rules
 }
 
 build() {
-  cd "$srcdir/host-$pkgver"
+  cd "$srcdir/airspyone_host-$pkgver"
   mkdir -p build
   cd build
   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
@@ -30,7 +30,7 @@
 }
 
 package() {
-  cd "$srcdir/host-$pkgver/build"
+  cd "$srcdir/airspyone_host-$pkgver/build"
   make DESTDIR="$pkgdir" install
   install -Dm644 "../airspy-tools/52-airspy.rules" "$pkgdir/usr/lib/udev/rules.d/52-airspy.rules"
   install -Dm644 "$srcdir/airspy.conf" "$pkgdir/etc/modprobe.d/airspy.conf"



More information about the arch-commits mailing list