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 6f392b1e6ff1..1b4bbe1d52ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = libxmp
pkgdesc = Library that supports over 90 module formats (Amiga, Atari, ..)
pkgver = 4.6.0
- pkgrel = 0
+ pkgrel = 1
url = http://xmp.sourceforge.net/
arch = i686
arch = x86_64
- license = GPL
+ license = LGPL-2.1-or-later
depends = glibc
options = !emptydirs
source = http://download.sourceforge.net/project/xmp/libxmp/4.6.0/libxmp-4.6.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 50ef30c5b92b..9258c8ad7a72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=libxmp
pkgver=4.6.0
-pkgrel=0
+pkgrel=1
pkgdesc="Library that supports over 90 module formats (Amiga, Atari, ..)"
arch=('i686' 'x86_64')
url="http://xmp.sourceforge.net/"
-license=('GPL')
+license=('LGPL-2.1-or-later')
depends=('glibc')
options=(!emptydirs)
source=("http://download.sourceforge.net/project/xmp/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")