summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonian Guveli2017-01-01 17:46:54 +0200
committerJonian Guveli2017-01-01 17:46:54 +0200
commit59978fc48823fff046a2a8f205bc8d1d29e01f26 (patch)
tree6e780667fa1c4868c091923901fa461d415f1320 /PKGBUILD
parentd8629de33df29e49cc0340843c683f8abe3722f5 (diff)
downloadaur-59978fc48823fff046a2a8f205bc8d1d29e01f26.tar.gz
new version release
update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"