[arch-commits] Commit in soapyaudio/repos/community-x86_64 (PKGBUILD PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Apr 5 19:47:08 UTC 2020


    Date: Sunday, April 5, 2020 @ 19:47:07
  Author: ffy00
Revision: 611939

archrelease: copy trunk to community-x86_64

Added:
  soapyaudio/repos/community-x86_64/PKGBUILD
    (from rev 611938, soapyaudio/trunk/PKGBUILD)
Deleted:
  soapyaudio/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-05 19:47:02 UTC (rev 611938)
+++ PKGBUILD	2020-04-05 19:47:07 UTC (rev 611939)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=soapyaudio
-pkgver=0.1.1
-_pkgname=SoapyAudio
-_gitver=soapy-audio-$pkgver
-pkgrel=1
-pkgdesc='Soapy SDR plugin for Audio devices'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyAudio'
-license=('GPL3')
-depends=('soapysdr' 'rtaudio' 'hamlib')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('de0b8d653b71a8927265828549bef6b655dc10146270fc8c49f30004ec2dbf52d8fb0dd6dbbf9cf3d2c7bfb47df66c60d57943d9b0f7c2e16ec5c8db52426a0b')
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: soapyaudio/repos/community-x86_64/PKGBUILD (from rev 611938, soapyaudio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-05 19:47:07 UTC (rev 611939)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=soapyaudio
+pkgver=0.1.1
+_pkgname=SoapyAudio
+_gitver=soapy-audio-$pkgver
+pkgrel=2
+pkgdesc='Soapy SDR plugin for Audio devices'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyAudio'
+license=('GPL3')
+depends=('soapysdr' 'rtaudio' 'hamlib')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('de0b8d653b71a8927265828549bef6b655dc10146270fc8c49f30004ec2dbf52d8fb0dd6dbbf9cf3d2c7bfb47df66c60d57943d9b0f7c2e16ec5c8db52426a0b')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list