diff options
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" |