summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonian Guveli2018-04-14 20:58:13 +0300
committerJonian Guveli2018-04-14 20:58:13 +0300
commitf464f4d7534ea1b6fef19d97b9c34854f5c77839 (patch)
treea1bada90bd3b7a7d88c58ecffd3f444fe42730d2 /PKGBUILD
parent83d3ec212c4f32dc50f0225a1a284b645bbc191c (diff)
downloadaur-f464f4d7534ea1b6fef19d97b9c34854f5c77839.tar.gz
optimize source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e1d834fd336..e66268c14b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=devdocs-desktop
pkgver=0.8.0
-pkgrel=2
+pkgrel=3
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" "python-gobject" "python-dbus" "webkit2gtk")
provides=("devdocs-desktop")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz")
md5sums=("9f70159a49929dd4ecd6069566655460")
package() {