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

Levente Polyak anthraxx at archlinux.org
Fri Jan 17 17:04:29 UTC 2020


    Date: Friday, January 17, 2020 @ 17:04:29
  Author: anthraxx
Revision: 552873

archrelease: copy trunk to community-x86_64

Added:
  wavemon/repos/community-x86_64/PKGBUILD
    (from rev 552872, wavemon/trunk/PKGBUILD)
Deleted:
  wavemon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 17:04:23 UTC (rev 552872)
+++ PKGBUILD	2020-01-17 17:04:29 UTC (rev 552873)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Beej Jorgensen <beej at beej.us>
-
-pkgname=wavemon
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Ncurses-based monitoring application for wireless network devices'
-url='https://github.com/uoaerg/wavemon'
-arch=('x86_64')
-license=('GPL3')
-depends=('ncurses' 'libcap' 'libnl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('027e52c2096e36cdb34081b6accbb83943d0337da75d66de3ff61cc3a255faa2b129c2a8c9f72680fc9cd7a1bc9f837d52611b141d5855e01a82ff8e5739cd80')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e '/^CFLAGS=/d' -i configure.ac
-  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
-  sed -r 's|\?=|=|g' -i Makefile.in
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wavemon/repos/community-x86_64/PKGBUILD (from rev 552872, wavemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-17 17:04:29 UTC (rev 552873)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Beej Jorgensen <beej at beej.us>
+
+pkgname=wavemon
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Ncurses-based monitoring application for wireless network devices'
+url='https://github.com/uoaerg/wavemon'
+arch=('x86_64')
+license=('GPL3')
+depends=('ncurses' 'libcap' 'libnl')
+source=(https://github.com/uoaerg/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('5ebd5b79d3b7c546bc16b95161872c699a75e9acdfc6e3f02ec48dad10802067')
+sha512sums=('c05e9ea488d3fb9bfdb15419aadc54bed08d338dba7c118d2a2ff6423ffe31c16ff8e9e05fc2e39fffb069f28fa7daef30f079ca63186064c0ade4f9fe98864c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e '/^CFLAGS=/d' -i configure.ac
+  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
+  sed -r 's|\?=|=|g' -i Makefile.in
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list