summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKuoi2022-06-16 13:04:58 +0100
committerKuoi2022-06-16 13:04:58 +0100
commit69e3cdd64e22533170617c24bfc5f286852cbaa2 (patch)
tree6b92796eef11f765b4d1a78ac8ceed3ad017ced9 /PKGBUILD
parent5bea49b70d3bc5e05349159698729283fe92b744 (diff)
downloadaur-notekit-git.tar.gz
update depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec03156823bd..9a8d4d07c795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="A GTK3 hierarchical markdown notetaking application with tablet support
arch=("x86_64" "aarch64" "i686" "armv7h" "s390x")
url="https://github.com/blackhole89/notekit"
license=("GPL-3.0")
-depends=("fontconfig" "clatexmath" "gtkmm3" "gtksourceviewmm>=3.18" "jsoncpp" "zlib")
-makedepends=("git" "meson")
+depends=("desktop-file-utils" "clatexmath" "gtkmm3" "gtksourceviewmm>=3.18" "jsoncpp" "zlib")
+makedepends=("git" "meson" "appstream-glib")
provides=("${_basename}")
conflicts=("${_basename}" "${_basename}-git")
source=("${_basename}::git+https://github.com/blackhole89/notekit.git")