summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2023-02-05 14:47:22 -0600
committerHurricanePootis2023-02-05 14:47:22 -0600
commit81d62ddf47e74adfb0e1bb9ab016db711adc3c27 (patch)
tree0145c747d2a0e472928b043876765b54e002af93
parent80b702197a36563598dde2c8ec4e49d7030a0e87 (diff)
downloadaur-81d62ddf47e74adfb0e1bb9ab016db711adc3c27.tar.gz
Spring Cleaning
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 379d21ec4a2a..7dd896d8f2ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: grimi <grimi at poczta dot fm>
-# Maintainer: speps <speps at aur dot archlinux dot org>
+# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
+# Contributor: grimi <grimi at poczta dot fm>
+# Contributor: speps <speps at aur dot archlinux dot org>
# Contributor: john_schaf <john_schaf@hotmail.fr>
pkgname=xmp
pkgver=4.1.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/"
@@ -12,12 +13,14 @@ license=('GPL')
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=('d9661b0be1a7ec79fd6185b166c4e9dd')
+sha256sums=('1dbd61074783545ac7bef5b5daa772fd2110764cb70f937af8c3fad30f73289e')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --disable-oss \
+ --enable-pulseaudio
make
}