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

Felix Yan felixonmars at archlinux.org
Wed Jun 6 17:34:12 UTC 2018


    Date: Wednesday, June 6, 2018 @ 17:34:12
  Author: felixonmars
Revision: 341517

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 17:33:53 UTC (rev 341516)
+++ PKGBUILD	2018-06-06 17:34:12 UTC (rev 341517)
@@ -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=2
-pkgdesc='Displays information about the users currently logged on to the machine in real time'
-arch=(i686  x86_64)
-url="http://wizard.ae.krakow.pl/~mike/#whowatch"
-license=('GPL2')
-depends=(ncurses)
-source=(http://wizard.ae.krakow.pl/~mike/download/$pkgname-$pkgver.tar.gz)
-md5sums=('8304e8907c7d9e585beda9bec9a9c5fb')
-
-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 341516, whowatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-06 17:34:12 UTC (rev 341517)
@@ -0,0 +1,24 @@
+# $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
+}



More information about the arch-commits mailing list