summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2aad5db5332..2211b503e750 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = xmp
pkgdesc = The Extended Module Player is a portable command-line module player that supports over 90 module formats (Amiga, Atari, ..)
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://xmp.sourceforge.net/
arch = i686
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later
depends = libxmp>=4.6
depends = libpulse
backup = etc/xmp/xmp.conf
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")