mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
[lilac] updated to 0.2.0.r11.g9d49c95-1
This commit is contained in:
parent
b5c4b59b5e
commit
796de95e53
2 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mediawarp-git
|
||||
pkgdesc = EmbyServer API Optimization: Optimize playback of Strm files, customize the front-end style, customize the allowed access to the client, embedded scripts, work with Alist to realize Emby playback of web resources, recommended to use with AutoFilm.
|
||||
pkgver = 0.1.2.r2.gf369448
|
||||
pkgver = 0.2.0.r11.g9d49c95
|
||||
pkgrel = 1
|
||||
url = https://github.com/Akimio521/MediaWarp
|
||||
install = mediawarp.install
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=mediawarp-git
|
||||
_name=MediaWarp
|
||||
pkgver=0.1.2.r2.gf369448
|
||||
pkgver=0.2.0.r11.g9d49c95
|
||||
pkgrel=1
|
||||
pkgdesc="EmbyServer API Optimization: Optimize playback of Strm files, customize the front-end style, customize the allowed access to the client, embedded scripts, work with Alist to realize Emby playback of web resources, recommended to use with AutoFilm."
|
||||
arch=($CARCH)
|
||||
|
|
@ -83,8 +83,8 @@ build() {
|
|||
export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||
export CGO_LDFLAGS="${LDFLAGS}"
|
||||
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
|
||||
# export GO111MODULE=on
|
||||
# export GOPROXY=https://goproxy.cn,direct
|
||||
export GO111MODULE=on
|
||||
export GOPROXY=https://goproxy.cn,direct
|
||||
|
||||
# go clean -modcache
|
||||
# go mod init "${url#https://}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue