summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonian Guveli2016-12-26 23:41:33 +0200
committerJonian Guveli2016-12-26 23:41:33 +0200
commit45ce1fac4d46f1c04667abbb753fc8b6dfebed97 (patch)
tree757d881d638fa9ea4e14e13bfaf7dd264139092f /PKGBUILD
parenta65f9e1206a175c71e3020bddbcdff45691816fe (diff)
downloadaur-45ce1fac4d46f1c04667abbb753fc8b6dfebed97.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 024105815ce0..f5ad32eb81a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=devdocs-desktop
pkgver=0.1.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 gtk3 webkitgtk")
+depends=("python" "gtk3" "webkitgtk")
provides=("devdocs-desktop")
source=("https://github.com/hardpixel/devdocs-desktop/archive/v"$pkgver".tar.gz")
md5sums=("2c728d855b6a9681f3dd77612f4197de")