summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMitch2018-06-16 15:48:05 -0700
committerMitch2018-06-16 15:48:05 -0700
commit819c09bc17cc8e277eba645194981d1b195706e4 (patch)
tree2a560523f2c24d634cc83f52c4a8eb76469afc05 /PKGBUILD
parent1dedd329986dbb0c6123118957ca9da2bb06f527 (diff)
downloadaur-grestful-git.tar.gz
20180609.1b0798f
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c29870f37ecb..345deadbdbda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=grestful
pkgname=${_pkgname}-git
-pkgver=20170122.7df4a2b
+pkgver=20180609.1b0798f
pkgrel=1
pkgdesc="A simple RESTful API client written in GTK 3."
url="https://gitlab.com/Gert-dev/grestful"
@@ -10,7 +10,7 @@ arch=("i686" "x86_64")
license=("MPL")
depends=("curl")
makedepends=("dub" "dmd" "git" "gtk3" "gtksourceview3" )
-source=("${_pkgname}::git+https://gitlab.com/Gert-dev/grestful.git#branch=development")
+source=("${_pkgname}::git+https://gitlab.com/Gert-dev/grestful.git")
sha1sums=('SKIP')
provides=("${_pkgname}")