diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-30 19:34:51 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-30 19:34:51 +0800 |
| commit | f26fa5cdc860f2b0c1dc7de2cbbbcafef2a7a72a (patch) | |
| tree | 982ea169426b9fd1cc3548d76dbe0ca5bdd08729 /repos/xorg/zzzfm/abuild | |
| parent | b12c3bf04c53b0d0c3d00afe457d0d92f4871493 (diff) | |
| download | alicelinux-f26fa5cdc860f2b0c1dc7de2cbbbcafef2a7a72a.tar.gz alicelinux-f26fa5cdc860f2b0c1dc7de2cbbbcafef2a7a72a.zip | |
zzzfm: fix abuild
Diffstat (limited to 'repos/xorg/zzzfm/abuild')
| -rw-r--r-- | repos/xorg/zzzfm/abuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/repos/xorg/zzzfm/abuild b/repos/xorg/zzzfm/abuild index 633bda25..895b544a 100644 --- a/repos/xorg/zzzfm/abuild +++ b/repos/xorg/zzzfm/abuild @@ -1,8 +1,9 @@ name=zzzfm -_version=1.0.7-5 -version=${_version/-/.} +version=1.0.7.5 +_ver=${version%.*} +_sion=${version##*.} release=1 -source="https://gitlab.com/antix-contribs/${name}/-/archive/${_version}/${name}-${_version}.tar.gz" +source="https://gitlab.com/antix-contribs/${name}/-/archive/${_ver}-${_sion}/${name}-${_ver}-${_sion}.tar.gz" build_opt="--disable-video-thumbnails" export CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration -Wno-error=incompatible-pointer-types" |