summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriele Musco2020-06-12 17:11:25 +0200
committerGabriele Musco2020-06-12 17:11:25 +0200
commit598b6c3ffea15aeedd57104968e88e19f8c4e84b (patch)
treee6bb2f6e58d25345dea4e50112b4fd2a765357a1 /PKGBUILD
parent53035b8caddf4e36c194231c49c275fd90ada2e6 (diff)
downloadaur-598b6c3ffea15aeedd57104968e88e19f8c4e84b.tar.gz
added missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3991841e5b1..ca66ddbb14e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=notorious-git
pkgver=0.2.r0.gf9b9c94
-pkgrel=1
+pkgrel=2
pkgdesc='Keyboard centric notes'
arch=('any')
url='https://gitlab.gnome.org/gabmus/notorious'
@@ -14,6 +14,7 @@ depends=(
'libhandy'
'python-gobject'
'gobject-introspection'
+ 'gtksourceview4'
)
makedepends=('git' 'meson')
provides=('notorious')