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