summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")