summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8778661be205..fc282382dcd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = xrestop-git
pkgdesc = Uses the X-Resource extension to provide 'top' like statistics
- pkgver = 0.4r29.1dd66f8
+ pkgver = 0.4.r33.956c0e1
pkgrel = 1
url = http://freedesktop.org/wiki/Software/xrestop
arch = x86_64
license = GPL
depends = libxres
depends = ncurses
+ provides = xrestop
+ conflicts = xrestop
source = git+https://gitlab.freedesktop.org/xorg/app/xrestop
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6de028b4ac12..85ce26d7ca36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=xrestop-git
-pkgver=0.4r29.1dd66f8
+pkgver=0.4.r33.956c0e1
pkgrel=1
pkgdesc="Uses the X-Resource extension to provide 'top' like statistics"
arch=('x86_64')
@@ -12,10 +12,12 @@ license=('GPL')
depends=('libxres' 'ncurses')
source=(git+https://gitlab.freedesktop.org/xorg/app/xrestop)
md5sums=('SKIP')
+conflicts=('xrestop')
+provides=('xrestop')
pkgver() {
cd ${pkgname%-git}
- printf "0.4r%s.%s" $(git rev-list --count HEAD) $(git rev-parse --short HEAD)
+ printf "0.4.r%s.%s" $(git rev-list --count HEAD) $(git rev-parse --short HEAD)
}
build() {