summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2020-06-12 17:11:25 +0200
committerGabriele Musco2020-06-12 17:11:25 +0200
commit598b6c3ffea15aeedd57104968e88e19f8c4e84b (patch)
treee6bb2f6e58d25345dea4e50112b4fd2a765357a1
parent53035b8caddf4e36c194231c49c275fd90ada2e6 (diff)
downloadaur-598b6c3ffea15aeedd57104968e88e19f8c4e84b.tar.gz
added missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee15b89836a4..3a8f018af9fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notorious-git
pkgdesc = Keyboard centric notes
pkgver = 0.2.r0.gf9b9c94
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/gabmus/notorious
arch = any
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = notorious-git
depends = libhandy
depends = python-gobject
depends = gobject-introspection
+ depends = gtksourceview4
provides = notorious
conflicts = notorious
source = notorious::git+https://gitlab.gnome.org/gabmus/notorious
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')