summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Georgescu2024-02-06 15:03:12 -0500
committerNicholas Georgescu2024-02-06 15:03:12 -0500
commit2a1d04bcb8a2c79304023094343540a09d80ff9d (patch)
tree901f633e26eca72a983e0d4df1bd6f1450c6ac05
parente9131a97ef2689545679307fdb69c2a474630155 (diff)
downloadaur-2a1d04bcb8a2c79304023094343540a09d80ff9d.tar.gz
fixed dependencies
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 139ce0e7c037..a438efc60faa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,10 @@
pkgname=todoist-appimage-integration
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Integrates Todoist AppImage with the system using AppImageLauncher"
arch=('any')
-depends=('todoist-appimage')
-optdepends=('appimagelauncher: to integrate Todoist AppImage into the system')
+depends=('todoist-appimage' 'appimagelauncher')
source=()
noextract=()
md5sums=()