diff options
author | Michael Taboada | 2020-05-21 23:39:21 -0700 |
---|---|---|
committer | Michael Taboada | 2020-05-21 23:39:21 -0700 |
commit | 70ae1a82a8182eb674345dfa0c63fb734920a22c (patch) | |
tree | 4d761eea32cc8cb1ca0d56b6f65fa0d9cab0d2d9 | |
parent | 80200b120fee1948fd94228f999a16af1017f434 (diff) | |
download | aur-70ae1a82a8182eb674345dfa0c63fb734920a22c.tar.gz |
Update makedepends
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 4 deletions
@@ -1,14 +1,14 @@ pkgbase = mumbledj-git pkgdesc = a mumble dj that can play music from soundcloud, youtube, and mixcloud -- git version pkgver = 3.2.2.r2.ea0e037 - pkgrel = 3 + pkgrel = 4 url = https://github.com/lilmike/mumbledj arch = aarch64 arch = armv7h arch = x86_64 license = MIT makedepends = git - makedepends = go-pie + makedepends = go depends = aria2 depends = ffmpeg depends = openal @@ -3,13 +3,13 @@ pkgname="mumbledj-git" pkgver=3.2.2.r2.ea0e037 -pkgrel=3 +pkgrel=4 pkgdesc="a mumble dj that can play music from soundcloud, youtube, and mixcloud -- git version" arch=('aarch64' 'armv7h' 'x86_64') url="https://github.com/lilmike/mumbledj" license=('MIT') depends=('aria2' 'ffmpeg' 'openal' 'opus' 'youtube-dl') -makedepends=('git' 'go-pie') +makedepends=('git' 'go') source=("mumbledj::git+https://github.com/lilmike/mumbledj.git") sha512sums=('SKIP') @@ -27,6 +27,7 @@ build() { export GOPATH="${srcdir}/gopath" cd "${srcdir}/gopath/src/github.com/lilmike/mumbledj" go install \ + -buildmode=pie \ -gcflags "all=-trimpath=$GOPATH" \ -asmflags "all=-trimpath=$GOPATH" \ -ldflags "-extldflags $LDFLAGS" -v |