summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2017-04-22 21:11:59 +0300
committerjonian2017-04-22 21:11:59 +0300
commit7898587a3db802effb30a5df692cb22e3d9da2a5 (patch)
treee3292b2743e341ae0b66aeb1ded30cc395283e06 /PKGBUILD
parent3b3e54d9f8e1e5c890a04eb85a43029aa81d2045 (diff)
downloadaur-7898587a3db802effb30a5df692cb22e3d9da2a5.tar.gz
release version 0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"