summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4174ee01f2b0..5f2492a08ee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,13 +16,14 @@ _inherits=''
pkgname='vertex-icons-git'
pkgdesc='A Gnome icon theme to match the Vertex Gtk theme'
pkgver=r16.f27e47e
-pkgrel=4
-url='https://github.com/horst3180/Vertex-Icons/'
+pkgrel=5
+url='https://github.com/horst3180/Vertex-Icons'
+makedepends=('git')
optdepends=('moka-icon-theme-git: Default fall-back icon theme'
'faba-mono-icons-git: Default fall-back icon theme')
arch=('any')
license=('GPL')
-source=("${pkgname}::git://github.com/horst3180/Vertex-Icons.git")
+source=("${pkgname}::git+${url}")
install="${pkgname}.install"
sha512sums=('SKIP')