1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 12:40:30 +01:00

upgpkg: pscircle 1.4.0-2

Correct license identifier
This commit is contained in:
2024-03-25 08:39:20 +01:00
parent b829afb27f
commit a3d896e051
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
pkgbase = pscircle pkgbase = pscircle
pkgdesc = visualizes Linux processes in a form of radial tree pkgdesc = visualizes Linux processes in a form of radial tree
pkgver = 1.4.0 pkgver = 1.4.0
pkgrel = 1 pkgrel = 2
url = https://gitlab.com/mildlyparallel/pscircle url = https://gitlab.com/mildlyparallel/pscircle
arch = x86_64 arch = x86_64
license = GPL2 license = GPL-2.0-or-later
makedepends = meson makedepends = meson
depends = cairo depends = cairo
source = https://gitlab.com/mildlyparallel/pscircle/-/archive/v1.4.0/pscircle-v1.4.0.tar.gz source = https://gitlab.com/mildlyparallel/pscircle/-/archive/v1.4.0/pscircle-v1.4.0.tar.gz

View File

@@ -1,13 +1,13 @@
# Maintainer: Bert Peters <bert@bertptrs.nl> # Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=pscircle pkgname=pscircle
pkgver=1.4.0 pkgver=1.4.0
pkgrel=1 pkgrel=2
pkgdesc="visualizes Linux processes in a form of radial tree" pkgdesc="visualizes Linux processes in a form of radial tree"
arch=(x86_64) arch=(x86_64)
url="https://gitlab.com/mildlyparallel/pscircle" url="https://gitlab.com/mildlyparallel/pscircle"
depends=('cairo') depends=('cairo')
makedepends=('meson') makedepends=('meson')
license=('GPL2') license=('GPL-2.0-or-later')
source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz") source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
sha256sums=('99a4fa1d7e4ca28b067c5c2bb977352b4e6fcb9eb22349c9d33456971f282d7f') sha256sums=('99a4fa1d7e4ca28b067c5c2bb977352b4e6fcb9eb22349c9d33456971f282d7f')