aboutsummaryrefslogtreecommitdiff
path: root/repos/xorg/zzzfm
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-08-30 19:34:51 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-08-30 19:34:51 +0800
commitf26fa5cdc860f2b0c1dc7de2cbbbcafef2a7a72a (patch)
tree982ea169426b9fd1cc3548d76dbe0ca5bdd08729 /repos/xorg/zzzfm
parentb12c3bf04c53b0d0c3d00afe457d0d92f4871493 (diff)
downloadalicelinux-f26fa5cdc860f2b0c1dc7de2cbbbcafef2a7a72a.tar.gz
alicelinux-f26fa5cdc860f2b0c1dc7de2cbbbcafef2a7a72a.zip
zzzfm: fix abuild
Diffstat (limited to 'repos/xorg/zzzfm')
-rw-r--r--repos/xorg/zzzfm/.checksum1
-rw-r--r--repos/xorg/zzzfm/abuild7
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"