summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2016-12-28 02:46:37 +0200
committerJonian Guveli2016-12-28 02:46:37 +0200
commit7bd912bd337c6a494c0659cb64edc30cfbeac140 (patch)
treece88f474443d2a8e22de7fb1eda678b67a7f6005
parentf43b629073b8677796479d1e1d6b40f90e233299 (diff)
downloadaur-7bd912bd337c6a494c0659cb64edc30cfbeac140.tar.gz
update version and dependencies
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a84de20df7ea..700ee8be9793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
# Generated by mksrcinfo v8
-# Mon Dec 26 22:00:24 UTC 2016
+# Wed Dec 28 00:45:59 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 = 3
+ pkgver = 0.2.0
+ pkgrel = 1
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.1.0.tar.gz
- md5sums = fe476d4244afa06910057b2c04030276
+ source = https://github.com/hardpixel/devdocs-desktop/archive/v0.2.0.tar.gz
+ md5sums = b156a7bc4a75e6a4c5cad34179c67ff2
pkgname = devdocs-desktop
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"