summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372019-09-17 04:23:40 -0300
committerbtd13372019-09-17 04:23:40 -0300
commitc4811eaee9f9a73f0ee3e5057d209af8b5163ab4 (patch)
tree7fc53eeb7836f1b5a04b0c21486cce9639b593ef /PKGBUILD
parent736116fcd3fdae78bc0a4926ff9d3fa0728e43ef (diff)
downloadaur-hackup-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 0680fd6daf8a..231fc7622149 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_gitname=hackup
_author=mdh34
pkgname=("${_gitname}-git")
-pkgver=latest
+pkgver=r133.cfb24a6
pkgrel=1
pkgdesc="Read Hacker News from the desktop. An app designed for Pantheon Shell"
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'vala' 'granite' 'json-glib' 'webkit2gtk')
+depends=('gtk3' 'granite' 'libsoup' 'json-glib' 'webkit2gtk')
optdepends=('lib32-json-glib')
-makedepends=('git' 'meson' 'ninja')
+makedepends=('git' 'meson' 'vala')
provides=("${_gitname}")
conflicts=("${_gitname}")
source=("git+${url}.git")