I get the same pkgver
value (i.e. 2.0.22.r0.g058d11b4
) with or without --abbrev=8
. There is definitely something weird with your git installation :p
Search Criteria
Package Details: cemu-git 2.5.r0.gdd0af0a5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cemu-git.git (read-only, click to copy) |
---|---|
Package Base: | cemu-git |
Description: | Nintendo Wii U emulator |
Upstream URL: | https://cemu.info/ |
Keywords: | console emulation emulator game nintendo |
Licenses: | MPL-2.0 |
Conflicts: | cemu |
Provides: | cemu |
Submitter: | abouvier |
Maintainer: | abouvier |
Last Packager: | abouvier |
Votes: | 12 |
Popularity: | 0.75 |
First Submitted: | 2022-08-27 04:24 (UTC) |
Last Updated: | 2024-12-07 18:16 (UTC) |
Dependencies (50)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- glslang (glslang-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libbluetooth.so (bluez-gitAUR, bluez-libs)
- libboost_program_options.so (boost183-libsAUR, boost-libs)
- libcrypto.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libcubeb.so (cubeb-gitAUR, cubebAUR)
- libcurl.so (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libfmt.so (fmt-gitAUR, fmt9AUR, fmt10AUR, fmt)
- libgdk-3.so (gtk3-no_deadkeys_underlineAUR, gtk3-gitAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3, lib32-gtk3)
- libgobject-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgtk-3.so (gtk3-no_deadkeys_underlineAUR, gtk3-gitAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3, lib32-gtk3)
- libhidapi-hidraw.so (hidapi)
- libssl.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libusb-1.0.so (libusb-gitAUR, lib32-libusb, libusb)
- libwayland-client.so (wayland-asan-gitAUR, wayland-chromiumAUR, lib32-wayland, wayland)
- libx11 (libx11-gitAUR)
- libz.so (zlib-gitAUR, lib32-zlib, zlib, zlib-ng-compat)
- libzarchive.so (zarchive-gitAUR, zarchive)
- libzip.so (libzip)
- libzstd.so (zstd-gitAUR, zstd-staticAUR, lib32-zstd, zstd)
- pugixml (pugixml-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- bluez-libs (bluez-gitAUR) (make)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- cubebAUR (cubeb-gitAUR, cubebAUR) (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- fmt (fmt-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- glm (glm-gitAUR) (make)
- glu (glu-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- hidapi (hidapi-gitAUR) (make)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd) (make)
- libpng (libpng-gitAUR, libpng-apngAUR) (make)
- libusb (libusb-gitAUR) (make)
- libzip (libzip-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- rapidjson (rapidjson-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- zarchive (zarchive-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Required by (1)
- bcml-git (requires cemu) (optional)
Sources (2)
abouvier commented on 2022-12-15 23:27 (UTC)
patlefort commented on 2022-12-15 22:18 (UTC)
Same issue as last time. I really think your git command should have --abbrev=8
so that it's consistent for everyone. Something is setting yours to 9 characters instead of 8.
patlefort commented on 2022-11-21 07:55 (UTC)
I do not. I wasn't aware it even existed. From what I'm reading, it seem that packages should use --abbrev=8
in their git command to make sure everyone has the same number of digits.
abouvier commented on 2022-11-21 07:37 (UTC)
Do you have the core.abbrev
variable set in your git config file?
patlefort commented on 2022-11-21 07:01 (UTC)
g5adb1e96, it should be g5adb1e9. It should have 8 characters, otherwise it's seen as a future version. That's what your function generate but it seem that you didn't use it, did you manual set the version on your package?
In any case, it's no longer a problem since the version has increased to 2.0.17.
abouvier commented on 2022-11-08 07:55 (UTC) (edited on 2022-11-08 07:56 (UTC) by abouvier)
What character? It's the standard version scheme used by many packages.
patlefort commented on 2022-11-08 00:37 (UTC)
Small problem: The pkgver has an extra character in it so aur helpers always think there is an update to this package.
xchoice commented on 2022-10-20 03:54 (UTC)
yeah found the thread a minute after posting here, added the --helper thing and now it's working :)
Pinned Comments
abouvier commented on 2022-10-12 17:50 (UTC)
Data and config files previously stored in
~/.local/share/cemu
are now searched in~/.config/Cemu
,~/.local/share/Cemu
and~/.cache/Cemu
.