summarylogtreecommitdiffstats
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
parent570895d9471670a4554b0e2c76fc6e49ab784712 (diff)
downloadaur-vertex-icons-git.tar.gz
Switch source to git+https, add missing makedepends
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21c73b5e1067..f375251dd49e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by makepkg 5.0.0
-# Fri Feb 5 10:17:02 UTC 2016
pkgbase = 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
install = vertex-icons-git.install
arch = any
license = GPL
+ makedepends = git
optdepends = moka-icon-theme-git: Default fall-back icon theme
optdepends = faba-mono-icons-git: Default fall-back icon theme
- source = vertex-icons-git::git://github.com/horst3180/Vertex-Icons.git
+ source = vertex-icons-git::git+https://github.com/horst3180/Vertex-Icons
sha512sums = SKIP
pkgname = vertex-icons-git
-
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')