summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-10-30 00:05:25 +0100
committerMichał Wojdyła2023-10-30 00:05:25 +0100
commit0b1b201aa552e4762631870fae5ccf92e7eb7067 (patch)
tree0d1e4787f774aa3ba446ed4234381110fccc30f4
parent6ea37a72b5b10f09051727fa43e006aee8f44e77 (diff)
downloadaur-0b1b201aa552e4762631870fae5ccf92e7eb7067.tar.gz
update to 0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4b0ca671424..532ac63b6058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xrestop
pkgdesc = Uses the X-Resource extension to provide 'top' like statistics
- pkgver = 0.5
+ pkgver = 0.6
pkgrel = 1
url = http://freedesktop.org/wiki/Software/xrestop
arch = x86_64
license = GPL
depends = libxres
depends = ncurses
- source = https://xorg.freedesktop.org/archive/individual/app/xrestop-0.5.tar.bz2
- md5sums = 5fb15fce4b643046df43e8179054773c
+ source = https://xorg.freedesktop.org/archive/individual/app/xrestop-0.6.tar.gz
+ md5sums = 1c11bc50190bdc6091bc72ed2991300f
pkgname = xrestop
diff --git a/PKGBUILD b/PKGBUILD
index 0cb6131c81be..5919dcdfe6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# 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.5
+pkgver=0.6
pkgrel=1
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://xorg.freedesktop.org/archive/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('5fb15fce4b643046df43e8179054773c')
+source=(https://xorg.freedesktop.org/archive/individual/app/$pkgname-$pkgver.tar.gz)
+md5sums=('1c11bc50190bdc6091bc72ed2991300f')
build() {
cd $pkgname-$pkgver