summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2023-06-26 00:02:17 -0500
committerHurricanePootis2023-06-26 00:02:17 -0500
commit6de5cca38e555325041b0eebc3ed582299228ace (patch)
treee5cb8e837c3c55e42c5cf7a970d98bf292025717
parent7fb4e0f98f3438dc1f49eae1b10c46560e42d614 (diff)
downloadaur-6de5cca38e555325041b0eebc3ed582299228ace.tar.gz
Update to 4.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b303dd21e39..c2aad5db5332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = xmp
pkgdesc = The Extended Module Player is a portable command-line module player that supports over 90 module formats (Amiga, Atari, ..)
- pkgver = 4.1.0
- pkgrel = 2
+ pkgver = 4.2.0
+ pkgrel = 1
url = http://xmp.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
- depends = libxmp>=4.4
+ depends = libxmp>=4.6
depends = libpulse
backup = etc/xmp/xmp.conf
backup = etc/xmp/modules.conf
- source = http://downloads.sourceforge.net/sourceforge/xmp/xmp-4.1.0.tar.gz
- sha256sums = 1dbd61074783545ac7bef5b5daa772fd2110764cb70f937af8c3fad30f73289e
+ source = http://downloads.sourceforge.net/sourceforge/xmp/xmp-4.2.0.tar.gz
+ sha256sums = dc54513af9a4681029a1243fd0c9cdf153d813a1125de6c782926674285bc5ae
pkgname = xmp
diff --git a/PKGBUILD b/PKGBUILD
index 7dd896d8f2ed..80c674c4e169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
# Contributor: john_schaf <john_schaf@hotmail.fr>
pkgname=xmp
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
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')
-depends=('libxmp>=4.4' 'libpulse')
+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")
-sha256sums=('1dbd61074783545ac7bef5b5daa772fd2110764cb70f937af8c3fad30f73289e')
+sha256sums=('dc54513af9a4681029a1243fd0c9cdf153d813a1125de6c782926674285bc5ae')
build() {