summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f48c65a2858a..96d26c1e539d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grestful-git
pkgdesc = A simple RESTful API client written in GTK 3.
- pkgver = 20170122.7df4a2b
+ pkgver = 20180609.1b0798f
pkgrel = 1
url = https://gitlab.com/Gert-dev/grestful
arch = i686
@@ -14,7 +14,7 @@ pkgbase = grestful-git
depends = curl
provides = grestful
conflicts = grestful
- source = grestful::git+https://gitlab.com/Gert-dev/grestful.git#development
+ source = grestful::git+https://gitlab.com/Gert-dev/grestful.git
sha1sums = SKIP
pkgname = grestful-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..46bde0e6a725
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+src
+grestful
+pkg
+*.tar.gz
+*.xz
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}")