[arch-commits] Commit in whowatch/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Aug 26 19:43:38 UTC 2018
Date: Sunday, August 26, 2018 @ 19:43:37
Author: anthraxx
Revision: 374563
upgpkg: whowatch 1.8.6-1
Modified:
whowatch/trunk/PKGBUILD
----------+
PKGBUILD | 37 ++++++++++++++++++++++++-------------
1 file changed, 24 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-26 19:02:37 UTC (rev 374562)
+++ PKGBUILD 2018-08-26 19:43:37 UTC (rev 374563)
@@ -1,24 +1,35 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# 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.5
-pkgrel=3
+pkgver=1.8.6
+pkgrel=1
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"
+url='https://wizard.uek.krakow.pl/~mike/#whowatch'
+arch=('x86_64')
license=('GPL2')
-depends=(ncurses)
-source=(https://wizard.uek.krakow.pl/~mike/download/$pkgname-$pkgver.tar.gz)
-sha512sums=('9a534dcc859101e3f6636fcfc191be3c0a66b843225dbace0d851f8cca7bbf1374929f604414556c651167c24a223525304fe2963a92b97ba97a8f57179ec738')
+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 "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --bindir=/usr/bin \
+ --mandir=/usr/share/man
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
- make bindir="$pkgdir/usr/bin" mandir="$pkgdir/usr/share/man" install
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list