summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372019-11-26 10:55:32 -0300
committerbtd13372019-11-26 10:55:32 -0300
commit34a7c2b811bc0269d81abd69c70fae43b53a4fe5 (patch)
treeb830e6656eefc6958a3421f7f6aaef4e117b8789 /PKGBUILD
parent05363819c6cbd856e02e96fc16d3165365445fb5 (diff)
downloadaur-fondo-git.tar.gz
Add granite as dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b67f66fe8b2e..972298afc439 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _gitname=fondo
_author=calo001
pkgname=("${_gitname}-git")
pkgver=r275.99e96c3
-pkgrel=1
+pkgrel=2
pkgdesc="Wallpaper App for Linux"
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'glib2' 'libsoup' 'json-glib')
-makedepends=('git' 'granite' 'meson' 'vala')
+depends=('gtk3' 'glib2' 'granite' 'libsoup' 'json-glib')
+makedepends=('git' 'meson' 'vala')
provides=("${_gitname}")
conflicts=("${_gitname}")
source=("git+${url}.git")