summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-12-28 13:18:24 +0100
committerhaawda2019-12-28 13:18:24 +0100
commit78196052ad98970c7d1821305155391d88c2436e (patch)
tree5c0911b8ac1273a70f30d19ef60cccd49c5436d0
parent700dcbc875f07e538931177bdfe7e78cd72b215b (diff)
downloadaur-xrestop-git.tar.gz
add xorg-util-macros as makedependancy
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc282382dcd7..4aab92cc4db7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = xrestop-git
pkgdesc = Uses the X-Resource extension to provide 'top' like statistics
- pkgver = 0.4.r33.956c0e1
- pkgrel = 1
+ pkgver = 0.4.r34.19f72d3
+ pkgrel = 2
url = http://freedesktop.org/wiki/Software/xrestop
arch = x86_64
license = GPL
+ makedepends = xorg-util-macros
depends = libxres
depends = ncurses
provides = xrestop
diff --git a/PKGBUILD b/PKGBUILD
index 85ce26d7ca36..eb88f78e1fcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=xrestop-git
-pkgver=0.4.r33.956c0e1
-pkgrel=1
+pkgver=0.4.r34.19f72d3
+pkgrel=2
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')
+makedepends=('xorg-util-macros')
source=(git+https://gitlab.freedesktop.org/xorg/app/xrestop)
md5sums=('SKIP')
conflicts=('xrestop')