summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Wagner2024-05-13 19:18:53 +0200
committerMartin Wagner2024-05-13 19:18:53 +0200
commitb3235fd53759ffc6177fdf0e7cfd1348e0e1ea38 (patch)
treee35eba6e336d9add3f8cc51791ce3bf80b0d9aca /PKGBUILD
parent7cf8109c2067bfa31accb513bee9900cc635c1f5 (diff)
downloadaur-plattenalbum-git.tar.gz
fixed license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9613166507d..60b89293fe9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Martin Wagner <martin.wagner.dev@gmail.com>
pkgname=plattenalbum-git
-pkgver=2.0.0.r0.g9cf9d8f
+pkgver=2.1.0.r3.gf0d4593
pkgrel=1
pkgdesc="Browse music with MPD"
arch=('any')
-license=('GPL3')
+license=('GPL-3.0-or-later')
url="https://github.com/SoongNoonien/plattenalbum"
depends=('python-mpd2>=3.1' 'gtk4' 'python-gobject' 'libadwaita')
makedepends=('git' 'meson' 'gettext' 'glib2')