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

Levente Polyak anthraxx at archlinux.org
Sun Aug 26 19:43:44 UTC 2018


    Date: Sunday, August 26, 2018 @ 19:43:44
  Author: anthraxx
Revision: 374564

archrelease: copy trunk to community-x86_64

Added:
  whowatch/repos/community-x86_64/PKGBUILD
    (from rev 374563, whowatch/trunk/PKGBUILD)
Deleted:
  whowatch/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 35 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-26 19:43:37 UTC (rev 374563)
+++ PKGBUILD	2018-08-26 19:43:44 UTC (rev 374564)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Nezmer <me at nezmer.info>
-pkgname=whowatch
-pkgver=1.8.5
-pkgrel=3
-pkgdesc='Displays information about the users currently logged on to the machine in real time'
-arch=(x86_64)
-url="https://wizard.uek.krakow.pl/~mike/#whowatch"
-license=('GPL2')
-depends=(ncurses)
-source=(https://wizard.uek.krakow.pl/~mike/download/$pkgname-$pkgver.tar.gz)
-sha512sums=('9a534dcc859101e3f6636fcfc191be3c0a66b843225dbace0d851f8cca7bbf1374929f604414556c651167c24a223525304fe2963a92b97ba97a8f57179ec738')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make bindir="$pkgdir/usr/bin" mandir="$pkgdir/usr/share/man" install
-}

Copied: whowatch/repos/community-x86_64/PKGBUILD (from rev 374563, whowatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-26 19:43:44 UTC (rev 374564)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Nezmer <me at nezmer.info>
+
+pkgname=whowatch
+pkgver=1.8.6
+pkgrel=1
+pkgdesc='Displays information about the users currently logged on to the machine in real time'
+url='https://wizard.uek.krakow.pl/~mike/#whowatch'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'ncurses')
+source=(https://github.com/mtsuszycki/whowatch/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('49aa45b0a88a41c98fb7b548f0f098004c8bcca9ec078e977fcec8bc109c9beab25989003bfff4b3dc38a9d62d69378f64441753a1cca62729d2013d2ed73cb0'
+            'SKIP')
+validpgpkeys=(
+  '610B28B55CFCFE45EA1B563B3116BA5E9FFA69A3' # Paul Wise
+  '30639B823094E64015F7F40B3E6CB16A1D1AD8D5' # Mike Suszycki
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --bindir=/usr/bin \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list