summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonian Guveli2016-12-28 02:46:37 +0200
committerJonian Guveli2016-12-28 02:46:37 +0200
commit7bd912bd337c6a494c0659cb64edc30cfbeac140 (patch)
treece88f474443d2a8e22de7fb1eda678b67a7f6005 /PKGBUILD
parentf43b629073b8677796479d1e1d6b40f90e233299 (diff)
downloadaur-7bd912bd337c6a494c0659cb64edc30cfbeac140.tar.gz
update version and dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e095ba0ac974..fa8d60d9bfa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=devdocs-desktop
-pkgver=0.1.0
-pkgrel=3
+pkgver=0.2.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" "gtk3" "webkitgtk")
+depends=("python" "gtk3" "webkitgtk" "libsoup")
provides=("devdocs-desktop")
source=("https://github.com/hardpixel/devdocs-desktop/archive/v"$pkgver".tar.gz")
-md5sums=("fe476d4244afa06910057b2c04030276")
+md5sums=("b156a7bc4a75e6a4c5cad34179c67ff2")
package() {
mkdir -p "$pkgdir/opt"