summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372019-09-17 04:50:26 -0300
committerbtd13372019-09-17 04:50:26 -0300
commit2ad7679b75f94b268685ecf592d3053becbd0e9a (patch)
tree5b83461d73a99ed159632385af91a0d5ff7bf798 /PKGBUILD
parent4fb420dff0f9fd835335cef6e6aa3a812724ad30 (diff)
downloadaur-ping-git.tar.gz
update pkg version
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c552105f43e..bf0128856fb8 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_gitname=ping
_author=jeremyvaartjes
pkgname=("${_gitname}-git")
-pkgver=latest
+pkgver=r33.50fc421
pkgrel=1
pkgdesc="Ping lets you test your web API with some example data. A helpful tool that lets you degug what part of your API is causing you issues. Designed for Pantheon Shell"
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'vala' 'granite' 'gtksourceview3' 'json-glib' 'libgee' 'libsoup')
+depends=('gtk3' 'granite' 'gtksourceview3' 'json-glib' 'libgee' 'libsoup')
optdepends=('')
-makedepends=('git' 'meson' 'ninja')
+makedepends=('git' 'meson' 'vala')
provides=("${_gitname}")
conflicts=("${_gitname}")
source=("git+${url}.git")