summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2017-04-22 21:11:59 +0300
committerjonian2017-04-22 21:11:59 +0300
commit7898587a3db802effb30a5df692cb22e3d9da2a5 (patch)
treee3292b2743e341ae0b66aeb1ded30cc395283e06
parent3b3e54d9f8e1e5c890a04eb85a43029aa81d2045 (diff)
downloadaur-7898587a3db802effb30a5df692cb22e3d9da2a5.tar.gz
release version 0.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0da4a4d104f3..de0cc124b1cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 27 14:48:51 UTC 2017
+# Sat Apr 22 18:11:31 UTC 2017
pkgbase = devdocs-desktop
pkgdesc = DevDocs desktop application in GTK3. Multiple API documentations in a fast, organized, and searchable interface.
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/hardpixel/devdocs-desktop
arch = any
@@ -11,8 +11,8 @@ pkgbase = devdocs-desktop
depends = python-gobject
depends = webkitgtk
provides = devdocs-desktop
- source = devdocs-desktop-0.5.0.tar.gz::https://github.com/hardpixel/devdocs-desktop/archive/v0.5.0.tar.gz
- md5sums = 8152e9bd73776075531a1d1692d03e28
+ source = devdocs-desktop-0.6.0.tar.gz::https://github.com/hardpixel/devdocs-desktop/archive/v0.6.0.tar.gz
+ md5sums = 0977473a584669ec91151780b8927fd3
pkgname = devdocs-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 5b72e4fc3a0d..653924078dab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=devdocs-desktop
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="DevDocs desktop application in GTK3. Multiple API documentations in a fast, organized, and searchable interface."
arch=("any")
@@ -8,8 +8,8 @@ url="https://github.com/hardpixel/devdocs-desktop"
license=("GPL")
depends=("python" "python-gobject" "webkitgtk")
provides=("devdocs-desktop")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v"$pkgver".tar.gz")
-md5sums=("8152e9bd73776075531a1d1692d03e28")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+md5sums=("0977473a584669ec91151780b8927fd3")
package() {
mkdir -p "$pkgdir/opt"