Package Details: clickup 3.5.230-2

Git Clone URL: https://aur.archlinux.org/clickup.git (read-only, click to copy)
Package Base: clickup
Description: Desktop app for clickup.com
Upstream URL: https://clickup.com
Keywords: agile scrum task todo
Licenses: CustomLicense
Submitter: xuanwo
Maintainer: alhirzel (DaWe)
Last Packager: DaWe
Votes: 16
Popularity: 0.000379
First Submitted: 2020-04-17 08:33 (UTC)
Last Updated: 2026-07-08 20:59 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

DaWe commented on 2026-07-08 21:01 (UTC)

Thank you for your help everyone, hopefully it works now

chemmett commented on 2026-07-08 16:31 (UTC)

Thank you for updating the version! Unfortunately it won't install because it no longer includes the 1024x1024 icon size which is hard-coded into PKGBUILD. You may want to do something like icons=ls usr/share/icons/hicolor instead of hard-coding the list, or just take out that size for this version.

HaxNet commented on 2026-06-08 21:05 (UTC)

thank you! that worked

adfjjv commented on 2026-06-02 13:42 (UTC) (edited on 2026-06-02 13:43 (UTC) by adfjjv)

Here's a fix to the app-id and icons:

diff --git a/PKGBUILD b/PKGBUILD
index 45df2e1..8ad9aaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: Xuanwo <xuanwo@archlinucn.org>
 pkgname=clickup
 pkgver=3.5.208
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop app for clickup.com"
 arch=('x86_64')
 url="https://clickup.com"
@@ -42,13 +42,16 @@ prepare() {
 package() {
     cd "${srcdir}/squashfs-root"

-    # Symlink to /usr/bin
+    # Symlink to /usr/bin (binary renamed to ClickUp below; see rename note)
     install -dm0755 "${pkgdir}/usr/bin"
-    ln -s /opt/clickup/desktop "${pkgdir}/usr/bin/clickup"
+    ln -s /opt/clickup/ClickUp "${pkgdir}/usr/bin/clickup"

     # Desktop entry and icons
     install -Dm0644 desktop.desktop -T "${pkgdir}/usr/share/applications/ClickUp.desktop"
-    sed -i -e "s|Exec=.\+|Exec=/usr/bin/${pkgname} %U|" "${pkgdir}/usr/share/applications/ClickUp.desktop"
+    sed -i \
+        -e "s|^Exec=.\+|Exec=/usr/bin/clickup %U|" \
+        -e "s|^Icon=.\+|Icon=ClickUp|" \
+        "${pkgdir}/usr/share/applications/ClickUp.desktop"

     # Terms and licenses
     install -Dm0644 "${srcdir}/terms.html" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
@@ -69,6 +72,9 @@ package() {
     chmod 755 "${pkgdir}/opt/clickup"
     chmod a+rX "${pkgdir}/opt/clickup/"

+    # Rename binary so the Wayland app_id is "ClickUp", not the generic "desktop"
+    mv "${pkgdir}/opt/clickup/desktop" "${pkgdir}/opt/clickup/ClickUp"
+
     # Clean up files
     rm -r "${pkgdir}/opt/clickup/usr/share/"
     rm "${pkgdir}/opt/clickup/AppRun" "${pkgdir}/opt/clickup/desktop.desktop"

HaxNet commented on 2026-05-12 12:32 (UTC)

also the app-id is now changed from ClickUp to desktop

desktop is a very generic app-id to use.

DaWe commented on 2026-05-11 12:17 (UTC)

Hi @sebcactus, I'm not really sure how to fix it correctly, but thank you for the ping, you're right

sebcactus commented on 2026-04-23 08:34 (UTC) (edited on 2026-04-23 08:34 (UTC) by sebcactus)

Hello, thanks for the package! I noticed the icon is wrong in the .desktop file (still using desktop instead of ClickUp)

DaWe commented on 2025-10-30 09:11 (UTC)

Damn, I failed to push the bump, it's fixed now. Usually it takes some hours for me to update the package (when ClickUp releases a new version, they delete the old one, so that's why the installer is broken), but this was way more.

Gisbi commented on 2025-10-28 10:11 (UTC)

Fails to build

==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/gisbi/.cache/yay/clickup
         context: exit status 1


:: (1/1) Parsing SRCINFO: clickup
==> Making package: clickup 3.5.139-1 (Tue 28 Oct 2025 11:11:06 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found clickup-desktop-3.5.139-x86_64.AppImage
  -> Found terms.html
==> Validating source files with sha256sums...
    clickup-desktop-3.5.139-x86_64.AppImage ... FAILED
    terms.html ... Skipped
==> ERROR: One or more files did not pass the validity check!
 -> error making: clickup-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
clickup - exit status 1

edboythinks commented on 2025-09-12 14:04 (UTC)

@DaWe that did it, think it might have just been a typo in .SRCINFO