summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrián Pérez de Castro2016-02-05 12:17:13 +0200
committerAdrián Pérez de Castro2016-02-05 12:17:13 +0200
commit570895d9471670a4554b0e2c76fc6e49ab784712 (patch)
treec70728d6870782960bf4519445f17a61f80cbc59
parentaa96311828e2bf916777f24084908428e647ed09 (diff)
downloadaur-570895d9471670a4554b0e2c76fc6e49ab784712.tar.gz
Fix PKGBUILD for pacman 5.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d04828e41a1d..21c73b5e1067 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# 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 = 3
+ pkgrel = 4
url = https://github.com/horst3180/Vertex-Icons/
install = vertex-icons-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 830dea48fcd7..4174ee01f2b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,12 +16,12 @@ _inherits=''
pkgname='vertex-icons-git'
pkgdesc='A Gnome icon theme to match the Vertex Gtk theme'
pkgver=r16.f27e47e
-pkgrel=3
+pkgrel=4
url='https://github.com/horst3180/Vertex-Icons/'
optdepends=('moka-icon-theme-git: Default fall-back icon theme'
'faba-mono-icons-git: Default fall-back icon theme')
arch=('any')
-license='GPL'
+license=('GPL')
source=("${pkgname}::git://github.com/horst3180/Vertex-Icons.git")
install="${pkgname}.install"
sha512sums=('SKIP')