summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2024-04-01 21:27:39 -0500
committerHurricanePootis2024-04-01 21:27:39 -0500
commit3fdb721b2bfae6defa2e131e501d649fc7230965 (patch)
tree1d57b9e961f24152bedca473575c3392d36133bb /PKGBUILD
parent6de5cca38e555325041b0eebc3ed582299228ace (diff)
downloadaur-xmp.tar.gz
Make license more accurate
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80c674c4e169..726809ab58b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=xmp
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Extended Module Player is a portable command-line module player that supports over 90 module formats (Amiga, Atari, ..)"
arch=(i686 x86_64)
url="http://xmp.sourceforge.net/"
-license=('GPL')
+license=('GPL-2.0-or-later')
depends=('libxmp>=4.6' 'libpulse')
backup=('etc/xmp/xmp.conf' 'etc/xmp/modules.conf')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")