summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-02-13 20:55:42 +0200
committerJonian Guveli2018-02-13 20:55:42 +0200
commit83d3ec212c4f32dc50f0225a1a284b645bbc191c (patch)
tree515cea503aefd948d0eb175770cf88ef34498fcf
parent368fde4fb90bf35081aa5a1175aad58b49ba53d4 (diff)
downloadaur-83d3ec212c4f32dc50f0225a1a284b645bbc191c.tar.gz
update dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff12e13e0008..32d9b763ddc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
-# Generated by mksrcinfo v8
-# Tue Oct 31 22:09:48 UTC 2017
pkgbase = devdocs-desktop
pkgdesc = DevDocs desktop application in GTK3. Multiple API documentations in a fast, organized, and searchable interface.
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hardpixel/devdocs-desktop
arch = any
license = GPL
depends = python
depends = python-gobject
+ depends = python-dbus
depends = webkit2gtk
provides = devdocs-desktop
source = devdocs-desktop-0.8.0.tar.gz::https://github.com/hardpixel/devdocs-desktop/archive/v0.8.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 609da21de9c6..5e1d834fd336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=devdocs-desktop
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="DevDocs desktop application in GTK3. Multiple API documentations in a fast, organized, and searchable interface."
arch=("any")
url="https://github.com/hardpixel/devdocs-desktop"
license=("GPL")
-depends=("python" "python-gobject" "webkit2gtk")
+depends=("python" "python-gobject" "python-dbus" "webkit2gtk")
provides=("devdocs-desktop")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
md5sums=("9f70159a49929dd4ecd6069566655460")