Package Details: organicmaps 2026.05.08_4-1

Git Clone URL: https://aur.archlinux.org/organicmaps.git (read-only, click to copy)
Package Base: organicmaps
Description: Offline Maps
Upstream URL: https://organicmaps.app
Keywords: map navigation offline
Licenses: Apache-2.0
Conflicts: organicmaps-bin, organicmaps-git
Submitter: None
Maintainer: Aleksej
Last Packager: Aleksej
Votes: 3
Popularity: 0.20
First Submitted: 2025-05-03 06:20 (UTC)
Last Updated: 2026-05-09 06:04 (UTC)

Latest Comments

1 2 3 Next › Last »

Aleksej commented on 2026-05-06 05:24 (UTC)

Because build works fine with AppImage git.

DeepChirp commented on 2026-05-06 01:27 (UTC)

According to https://wiki.archlinux.org/title/PKGBUILD#makedepends:

If using VCS sources, do not forget to include the appropriate VCS tool (git, subversion, cvs, ...).

So, why was git removed? This will cause builds within the sandbox to fail.

DeepChirp commented on 2026-02-25 12:12 (UTC)

I found that there seems to be an issue with the language codes in organicmaps.desktop: zh_cn is invalid, and zh_CN must be used instead.

diff --git a/PKGBUILD b/PKGBUILD
index 96a210c..522e25e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=("Apache-2.0")
 url="https://organicmaps.app"
 _source_url="https://github.com/organicmaps/organicmaps.git"
 source=(organicmaps.desktop)
-sha256sums=('f06ebbe928b6de4ed052fc94811f03ed1640ebb8bcc30f8b19746bb55dbe8530')
+sha256sums=('a60443ee9a909b372f190ec8e1bde880fc2303da5d11261ef218e67c40c35c03')
 conflicts=("${pkgname}-bin" "${pkgname}-git")
 prepare() {
   avail=$(df -P -B 1048576 $srcdir|awk 'NR>1 {print $4}')
diff --git a/organicmaps.desktop b/organicmaps.desktop
index 29ae048..5f78539 100644
--- a/organicmaps.desktop
+++ b/organicmaps.desktop
@@ -7,7 +7,7 @@ Comment[ast]=Mapes detallaos del mundu ensin conexón
 Comment[ca]=Mapes detallats del món sense connexió
 Comment[es]=Mapas detallados del mundo sin conexión
 Comment[ru]=Подробная оффлайновая карта мира
-Comment[zh_cn]=详细的世界离线地图
+Comment[zh_CN]=详细的世界离线地图
 Icon=organicmaps
 #Icon=/usr/share/icons/hicolor/scalable/apps/organicmaps.svg
 TryExec=OMaps

Aleksej commented on 2026-02-24 12:36 (UTC) (edited on 2026-02-24 12:37 (UTC) by Aleksej)

Fixed checksum.

taivlam commented on 2026-02-24 12:05 (UTC)

I get the following as the SHA256 checksum for the latest version of organicmaps.desktop: f06ebbe928b6de4ed052fc94811f03ed1640ebb8bcc30f8b19746bb55dbe8530.

(On the other hand, the PKGBUILD still lists the old checksum value as: e8aa7262cace4ee4da387bbad4fddff4c5c989a31324c9248b52157ad43769ab.)

DeepChirp commented on 2026-02-24 06:28 (UTC)

@Aleksej Oh, I seem to have forgotten to modify the hash value of organicmaps.desktop in PKGBUILD in the patch I provided earlier, which caused the verification to fail.

Aleksej commented on 2026-01-22 11:22 (UTC)

@DeepChirp pushed it, I just hope you didn't put any swear words in there :)

guglovich commented on 2026-01-21 22:08 (UTC)

@Aleksej Thx. I have several versions of the build with no problems.

DeepChirp commented on 2026-01-21 16:04 (UTC)

@Aleksej Of crouse! Here is a patch:

diff --git a/organicmaps.desktop b/organicmaps.desktop
index 32f811a..29ae048 100644
--- a/organicmaps.desktop
+++ b/organicmaps.desktop
@@ -7,7 +7,7 @@ Comment[ast]=Mapes detallaos del mundu ensin conexón
 Comment[ca]=Mapes detallats del món sense connexió
 Comment[es]=Mapas detallados del mundo sin conexión
 Comment[ru]=Подробная оффлайновая карта мира
-Comment[zh_cn]=的 世 界 地
+Comment[zh_cn]=详细的世界离线地图
 Icon=organicmaps
 #Icon=/usr/share/icons/hicolor/scalable/apps/organicmaps.svg
 TryExec=OMaps

Aleksej commented on 2026-01-21 14:55 (UTC)

@guglovich all good now?