summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlastair Cooper2022-09-27 20:23:38 +0100
committerAlastair Cooper2022-09-27 20:23:38 +0100
commit18db331d6c04c606326005aa9ec7e1f505c90631 (patch)
tree1ae057bb7252ea54be80aba7e92e01e3cc946412
parent2ea118dcec5e3fe39dc8e328ec32f880ff1453bd (diff)
downloadaur-18db331d6c04c606326005aa9ec7e1f505c90631.tar.gz
add appimagelauncher as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc83e9a8c14..3d72cbd63d4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = lunatask
pkgdesc = unofficial third-party Arch package for lunatask.app (*not* supported by Lunatask developers)
pkgver = 1.5.8
- pkgrel = 0
+ pkgrel = 1
url = https://lunatask.app
arch = x86_64
license = custom
+ depends = appimagelauncher
depends = gconf
depends = libindicator-gtk3
depends = libappindicator-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index aedf917d16c0..efd61b98a8ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Alastair Cooper <alastair@alastair87.me>
pkgname='lunatask'
pkgver=1.5.8
-pkgrel=0
+pkgrel=1
pkgdesc='unofficial third-party Arch package for lunatask.app (*not* supported by Lunatask developers)'
arch=('x86_64')
-depends=('gconf' 'libindicator-gtk3' 'libappindicator-gtk3' 'libnotify' 'libxss' 'libxtst' )
+depends=('appimagelauncher' 'gconf' 'libindicator-gtk3' 'libappindicator-gtk3' 'libnotify' 'libxss' 'libxtst' )
url='https://lunatask.app'
license=('custom')