summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzurata2019-06-22 01:04:19 +0100
committerAzurata2019-06-22 01:04:19 +0100
commit8047b100d9284a2328e831e05a8b08e0e1e051e0 (patch)
tree558d9df32d847a207c98fa91c64cc8116fee1c14
parent5c28a971780c3d7762d552cf5327303afafe7ff6 (diff)
downloadaur-gedit-open-uri-context-menu-git.tar.gz
update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40f45046a4a1..d759f0b69f47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gedit-open-uri-context-menu-git
pkgdesc = Gedit plugin that adds context menu item to open an URI at the pointer position.
pkgver = r40.fcb008b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jpfleury/open-uri-context-menu
arch = any
license = GPL3
depends = gedit
+ depends = xdg-utils
source = git+https://github.com/jpfleury/open-uri-context-menu.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d408037f4760..3d59f9217084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
_pkgname=open-uri-context-menu
pkgname=gedit-$_pkgname-git
pkgver=r40.fcb008b
-pkgrel=1
+pkgrel=2
pkgdesc="Gedit plugin that adds context menu item to open an URI at the pointer position."
arch=("any")
url="https://github.com/jpfleury/$_pkgname"
-depends=("gedit")
+depends=('gedit' 'xdg-utils')
source=("git+$url.git")
sha256sums=('SKIP')
license=("GPL3")