summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-01-13 07:04:41 +0100
committerhaawda2018-01-13 07:04:41 +0100
commit7bc5c7ebe7146dab0acf65cf61944e719a7ce349 (patch)
treeb8dbe6b90f1b0b7a6568531c612b30be25919f84
parenta6edcb87192665730faa68b3658ef4dfcf141484 (diff)
downloadaur-7bc5c7ebe7146dab0acf65cf61944e719a7ce349.tar.gz
pull from upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18f484b29741..f0d56453c82b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xrestop
pkgdesc = Uses the X-Resource extension to provide 'top' like statistics
pkgver = 0.4
- pkgrel = 6
+ pkgrel = 7
url = http://freedesktop.org/wiki/Software/xrestop
arch = x86_64
license = GPL
depends = libxres
depends = ncurses
- source = https://sources.archlinux.org/other/community/xrestop/xrestop-0.4.tar.gz
+ source = http://downloads.yoctoproject.org/releases/xrestop/xrestop-0.4.tar.gz
md5sums = d8a54596cbaf037e62b80c4585a3ca9b
pkgname = xrestop
diff --git a/PKGBUILD b/PKGBUILD
index dccc843b5308..330142de0e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,25 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=xrestop
pkgver=0.4
-pkgrel=6
+pkgrel=7
pkgdesc="Uses the X-Resource extension to provide 'top' like statistics"
arch=('x86_64')
url="http://freedesktop.org/wiki/Software/xrestop"
license=('GPL')
depends=('libxres' 'ncurses')
-source=(https://sources.archlinux.org/other/community/xrestop/xrestop-$pkgver.tar.gz)
+source=(http://downloads.yoctoproject.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('d8a54596cbaf037e62b80c4585a3ca9b')
build() {
- cd "$srcdir/xrestop-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man
make
}
package() {
- cd "$srcdir/xrestop-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}