summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2023-01-10 04:11:08 -0800
committerxiota2023-01-10 04:13:15 -0800
commit31218abc6ebebb388a63584654b62926bc1b4148 (patch)
tree525086ba40efbf63a11bec952c584e32916d1f0c /PKGBUILD
parente68c8ecbfb1efc23d0bf25076bdc2f2bfe6e58b5 (diff)
downloadaur-31218abc6ebebb388a63584654b62926bc1b4148.tar.gz
remove unnecessary builddepends (python)
patch Makefile to respect existing LDFLAGS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 006cdf7faee4..363277c31fa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,16 @@ _url_posix_old="https://github.com/MoSal/lossywav-for-posix"
url="https://github.com/Sound-Linux-More/lossywav-for-linux"
license=('GPL')
depends=(gcc-libs)
-makedepends=('git' 'python')
+makedepends=('git')
provides=("$_pkgname")
conflicts=(${provides[@]})
source=(
"$_pkgname::git+$url"
+ makefile-ldflags.diff
)
md5sums=(
'SKIP'
+ '65713062cfd510acfcd06ce5ee4b503c'
)
pkgver() {