summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpencer Muise2020-05-15 11:03:36 -0300
committerSpencer Muise2020-05-15 11:03:36 -0300
commita9ab0b41e731b436ed9ea15b71a3e39a6a77244f (patch)
tree6c1363832643ad328bb1faa48e1b41a64e5be4d3 /PKGBUILD
parentc5437617705efead33420b93c2cb9850e745f668 (diff)
downloadaur-a9ab0b41e731b436ed9ea15b71a3e39a6a77244f.tar.gz
upgpkg: remontoire-git r38.c47ccbe-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 708fba4ffbf1..1b0d47b9f730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=remontoire-git
_name=remontoire
pkgver=r38.c47ccbe
-pkgrel=1
+pkgrel=2
pkgdesc="A keybinding viewer for i3 and other programs."
arch=('any')
url="https://github.com/regolith-linux/remontoire"
@@ -12,6 +12,11 @@ makedepends=(
'meson'
'vala'
)
+depends=(
+ 'json-glib'
+ 'gtk3'
+ 'libgee'
+)
source=("git+https://github.com/regolith-linux/$_name.git")
md5sums=('SKIP')