summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrimi2016-07-22 19:57:13 +0200
committergrimi2016-07-22 19:57:13 +0200
commit80b702197a36563598dde2c8ec4e49d7030a0e87 (patch)
tree93afc7e565ca4331ed9b844468468c9ed03a1a27
parent37950022b0252d9620842a2934d4cf84cea2c831 (diff)
downloadaur-80b702197a36563598dde2c8ec4e49d7030a0e87.tar.gz
Upstream: 4.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e82eacc9e64f..d4e013e5c440 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
-# Generated by mksrcinfo v8
-# Mon Mar 7 05:00:35 UTC 2016
pkgbase = xmp
pkgdesc = The Extended Module Player is a portable command-line module player that supports over 90 module formats (Amiga, Atari, ..)
- pkgver = 4.0.11
+ pkgver = 4.1.0
pkgrel = 1
url = http://xmp.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
- depends = libxmp
+ depends = libxmp>=4.4
depends = libpulse
backup = etc/xmp/xmp.conf
backup = etc/xmp/modules.conf
- source = http://downloads.sourceforge.net/sourceforge/xmp/xmp-4.0.11.tar.gz
- md5sums = baf6115d7febfca382b0144bd3017982
+ source = http://downloads.sourceforge.net/sourceforge/xmp/xmp-4.1.0.tar.gz
+ md5sums = d9661b0be1a7ec79fd6185b166c4e9dd
pkgname = xmp
diff --git a/PKGBUILD b/PKGBUILD
index 70087d6b15ab..379d21ec4a2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: john_schaf <john_schaf@hotmail.fr>
pkgname=xmp
-pkgver=4.0.11
+pkgver=4.1.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' 'libpulse')
+depends=('libxmp>=4.4' 'libpulse')
backup=('etc/xmp/xmp.conf' 'etc/xmp/modules.conf')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('baf6115d7febfca382b0144bd3017982')
+md5sums=('d9661b0be1a7ec79fd6185b166c4e9dd')
build() {