summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7413befccd2..79cf1fe3e863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
# Generated by mksrcinfo v8
-# Fri Dec 30 22:11:35 UTC 2016
+# Sun Jan 1 15:46:36 UTC 2017
pkgbase = devdocs-desktop
pkgdesc = DevDocs desktop application in GTK3. Multiple API documentations in a fast, organized, and searchable interface.
- pkgver = 0.3.1
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/hardpixel/devdocs-desktop
arch = any
license = GPL
depends = python
+ depends = python-gobject
depends = webkitgtk
provides = devdocs-desktop
- source = https://github.com/hardpixel/devdocs-desktop/archive/v0.3.1.tar.gz
- md5sums = e87983074009c7cfcb055f9b50cb5f2b
+ source = https://github.com/hardpixel/devdocs-desktop/archive/v0.4.0.tar.gz
+ md5sums = d91f67ccc9615728155ecd72b0dfd44d
pkgname = devdocs-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 31f8c5ca18d5..b5c7d6912604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=devdocs-desktop
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
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" "webkitgtk")
+depends=("python" "python-gobject" "webkitgtk")
provides=("devdocs-desktop")
source=("https://github.com/hardpixel/devdocs-desktop/archive/v"$pkgver".tar.gz")
-md5sums=("e87983074009c7cfcb055f9b50cb5f2b")
+md5sums=("d91f67ccc9615728155ecd72b0dfd44d")
package() {
mkdir -p "$pkgdir/opt"