summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrimi2022-09-27 09:00:42 +0200
committergrimi2022-09-27 09:00:42 +0200
commit4076ca607006173c057b5e1209a596fe72e28d06 (patch)
tree09a91246c45912d59a48fea9905b88368ebdebb4
parent91dd30c5f749f5ae63ae0c8a0af8675bb991dea8 (diff)
downloadaur-4076ca607006173c057b5e1209a596fe72e28d06.tar.gz
Upstream: r1464.6338df4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3a9e1ede898..8b1046b7c3c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = uade-git
pkgdesc = uade plays 200+ Amiga computer music formats
- pkgver = r1372.60bca48
+ pkgver = r1464.6338df4
pkgrel = 1
url = https://gitlab.com/uade-music-player/uade
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = uade-git
makedepends = git
depends = libao
depends = bencodetools
+ depends = libzakalwe
provides = uade
conflicts = uade
source = git+https://gitlab.com/uade-music-player/uade.git
md5sums = SKIP
pkgname = uade-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ea2e32970c49..46ef5b12f304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: grimi
pkgname=uade-git
-pkgver=r1372.60bca48
+pkgver=r1464.6338df4
pkgrel=1
pkgdesc="uade plays 200+ Amiga computer music formats"
arch=("x86_64")
url="https://gitlab.com/uade-music-player/uade"
license=("GPL")
-depends=("libao" "bencodetools")
+depends=("libao" "bencodetools" "libzakalwe")
makedepends=("pkgconf" "git")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd ${pkgname%-git}
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --without-write-audio
make
}