summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A.2023-12-08 12:01:36 +0100
committerPhilipp A.2023-12-08 12:01:36 +0100
commitffbe2ffec927cec506b70a0643787ddd17c514d9 (patch)
tree9eeac1bbeb354c8902534d9fe40eba9a0b8e1ca1
parenta6b0a52988781a44b270566b33fa8b5fce4dfe94 (diff)
downloadaur-plasma5-applets-panon.tar.gz
metadata
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 806623c43e6a..69e8e6b9dd90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = plasma5-applets-panon
pkgdesc = A Different Audio Spectrum Analyzer for KDE Plasma
pkgver = 0.4.6
- pkgrel = 3
- url = http://github.com/rbn42/panon
+ pkgrel = 4
+ url = https://github.com/rbn42/panon
arch = any
- license = GPL3
- license = DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2
+ license = GPL-3.0-or-later
+ license = WTFPL
makedepends = kpackage5
makedepends = cmake
depends = plasma-workspace
diff --git a/.gitignore b/.gitignore
index a227cad22f64..3c14252c87f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/hsluv-glsl*
/panon-*
/*.pkg.*
+/*.log
diff --git a/PKGBUILD b/PKGBUILD
index 6dbae71657e2..077d35ce4f58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
_basename=panon
pkgname=plasma5-applets-$_basename
pkgver=0.4.6
-pkgrel=3
+pkgrel=4
pkgdesc="A Different Audio Spectrum Analyzer for KDE Plasma"
arch=('any')
-url="http://github.com/rbn42/panon"
-license=('GPL3' 'DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2')
+url="https://github.com/rbn42/panon"
+license=('GPL-3.0-or-later' 'WTFPL')
depends=(
'plasma-workspace'
'python-docopt'