summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b81bba2ef925..c59cdc29555e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pscircle-git
pkgdesc = pscircle visualizes Linux processes in a form of radial tree
- pkgver = 1.0.0.7.g6adff32
+ pkgver = 1.0.0.8.gdd7431a
pkgrel = 1
url = https://gitlab.com/mildlyparallel/pscircle
arch = i686
arch = x86_64
license = GPL2
+ makedepends = git
makedepends = meson
makedepends = cairo
makedepends = libpng
diff --git a/PKGBUILD b/PKGBUILD
index c0cbc20dc33c..783c7a265ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=pscircle-git
_pkgname=pscircle
-pkgver=1.0.0.7.g6adff32
+pkgver=1.0.0.8.gdd7431a
pkgrel=1
pkgdesc="pscircle visualizes Linux processes in a form of radial tree"
arch=('i686' 'x86_64')
url="https://gitlab.com/mildlyparallel/pscircle"
license=('GPL2')
depends=('cairo')
-makedepends=('meson' 'cairo' 'libpng' 'libx11')
+makedepends=('git' 'meson' 'cairo' 'libpng' 'libx11')
provides=('pscircle')
conflicts=('pscircle')
source=("$pkgname"::'git+https://gitlab.com/mildlyparallel/pscircle.git')