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

Filipe Laíns ffy00 at archlinux.org
Sun Nov 4 00:23:25 UTC 2018


    Date: Sunday, November 4, 2018 @ 00:23:24
  Author: ffy00
Revision: 401349

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-04 00:23:17 UTC (rev 401348)
+++ PKGBUILD	2018-11-04 00:23:24 UTC (rev 401349)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=multimon-ng
-pkgver=1.1.5
-pkgrel=2
-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=('661d5bd43930ccc7b1490de0649f29f1ede181222586a384d71ab4669dc81f671482d9110bbf3e1035962f0bece589ff7f358f6307d0896c129357b5551e9dd0')
-
-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 401348, multimon-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-04 00:23:24 UTC (rev 401349)
@@ -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.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
+}
+



More information about the arch-commits mailing list