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

Filipe Laíns ffy00 at archlinux.org
Thu Jan 24 17:26:06 UTC 2019


    Date: Thursday, January 24, 2019 @ 17:26:06
  Author: ffy00
Revision: 427553

archrelease: copy trunk to community-x86_64

Added:
  multimon-ng/repos/community-x86_64/PKGBUILD
    (from rev 427552, multimon-ng/trunk/PKGBUILD)
Deleted:
  multimon-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-24 17:25:59 UTC (rev 427552)
+++ PKGBUILD	2019-01-24 17:26:06 UTC (rev 427553)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=multimon-ng
-pkgver=1.1.6
-pkgrel=1
-pkgdesc="An sdr decoder, supports pocsag, ufsk, clipfsk, afsk, hapn, fsk, dtmf, zvei."
-url="https://github.com/EliasOenal/multimon-ng"
-arch=('x86_64')
-license=("GPL2")
-depends=('ncurses' 'libpulse')
-makedepends=('cmake')
-optdepends=('sox: wav conversion')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('ea872f0a2f534edc6bdd1653b7c8259362b8084eb6276f65ee46381e02fea1b326ae13783b28e47689c5da1c8b3d030c415830081c2940c46bcb76020fc5d9f5')
-
-build() {
-  mkdir "$srcdir"/$pkgname-$pkgver/build
-  cd "$srcdir"/$pkgname-$pkgver/build
-
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: multimon-ng/repos/community-x86_64/PKGBUILD (from rev 427552, multimon-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-24 17:26:06 UTC (rev 427553)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=multimon-ng
+pkgver=1.1.7
+pkgrel=1
+pkgdesc="An sdr decoder, supports pocsag, ufsk, clipfsk, afsk, hapn, fsk, dtmf, zvei."
+url="https://github.com/EliasOenal/multimon-ng"
+arch=('x86_64')
+license=("GPL2")
+depends=('ncurses' 'libpulse')
+makedepends=('cmake')
+optdepends=('sox: wav conversion')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('ab2800b3135873d4241fcdf46ae13e1f723853f200a59060388d1b0ce2fbf996abfde64d43f6f1744e256bb388eae30e64e5d48b723d75b207297ab86f501c39')
+
+build() {
+  mkdir "$srcdir"/$pkgname-$pkgver/build
+  cd "$srcdir"/$pkgname-$pkgver/build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list