diff options
Diffstat (limited to 'repos/xorg')
| -rw-r--r-- | repos/xorg/zzzfm/.checksum | 1 | ||||
| -rw-r--r-- | repos/xorg/zzzfm/abuild | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/repos/xorg/zzzfm/.checksum b/repos/xorg/zzzfm/.checksum new file mode 100644 index 00000000..41b90894 --- /dev/null +++ b/repos/xorg/zzzfm/.checksum @@ -0,0 +1 @@ +35e395a99964c584481cdc3f397f30f28c3eb7677aa335d3ba1c4fb111257eb8 zzzfm-1.0.7-5.tar.gz 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" |