summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2016-12-26 23:41:33 +0200
committerJonian Guveli2016-12-26 23:41:33 +0200
commit45ce1fac4d46f1c04667abbb753fc8b6dfebed97 (patch)
tree757d881d638fa9ea4e14e13bfaf7dd264139092f
parenta65f9e1206a175c71e3020bddbcdff45691816fe (diff)
downloadaur-45ce1fac4d46f1c04667abbb753fc8b6dfebed97.tar.gz
fix dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d074845d6c0..3ecfdeb65678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Dec 26 21:38:45 UTC 2016
+# Mon Dec 26 21:41:24 UTC 2016
pkgbase = devdocs-desktop
pkgdesc = DevDocs desktop application in GTK3. Multiple API documentations in a fast, organized, and searchable interface.
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hardpixel/devdocs-desktop
arch = any
license = GPL
- depends = python gtk3 webkitgtk
+ depends = python
+ depends = gtk3
+ depends = webkitgtk
provides = devdocs-desktop
source = https://github.com/hardpixel/devdocs-desktop/archive/v0.1.0.tar.gz
md5sums = 2c728d855b6a9681f3dd77612f4197de
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")