summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2024-01-24 17:02:57 +0200
committerAdrian Perez de Castro2024-01-24 17:02:57 +0200
commitc64651fce14ef9340d9e9a33989aa35f523ae3fd (patch)
tree3fc924656e747aa2e782c99f5538799a2de522a4 /PKGBUILD
parent570895d9471670a4554b0e2c76fc6e49ab784712 (diff)
downloadaur-vertex-icons-git.tar.gz
Switch source to git+https, add missing makedepends
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')