summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2016-12-28 02:59:54 +0200
committerJonian Guveli2016-12-28 02:59:54 +0200
commit1614bca6e64165d881d866d80bc5a0c12ef381de (patch)
treedc085b248195fec804614c0952ea679eaa4b78a0
parent7bd912bd337c6a494c0659cb64edc30cfbeac140 (diff)
downloadaur-1614bca6e64165d881d866d80bc5a0c12ef381de.tar.gz
update dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 700ee8be9793..cb3a1d94d34c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Dec 28 00:45:59 UTC 2016
+# Wed Dec 28 00:59:20 UTC 2016
pkgbase = devdocs-desktop
pkgdesc = DevDocs desktop application in GTK3. Multiple API documentations in a fast, organized, and searchable interface.
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hardpixel/devdocs-desktop
arch = any
license = GPL
depends = python
- depends = gtk3
depends = webkitgtk
- depends = libsoup
provides = devdocs-desktop
source = https://github.com/hardpixel/devdocs-desktop/archive/v0.2.0.tar.gz
md5sums = b156a7bc4a75e6a4c5cad34179c67ff2
diff --git a/PKGBUILD b/PKGBUILD
index fa8d60d9bfa9..331ddb3464ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=devdocs-desktop
pkgver=0.2.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" "libsoup")
+depends=("python" "webkitgtk")
provides=("devdocs-desktop")
source=("https://github.com/hardpixel/devdocs-desktop/archive/v"$pkgver".tar.gz")
md5sums=("b156a7bc4a75e6a4c5cad34179c67ff2")