summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2016-05-06 10:06:19 +0200
committerMaxime Gauduin2016-05-06 10:06:19 +0200
commit25c9d098c3e50c14a9694a53c3ea1f84864efed9 (patch)
tree66df6f665bda78bd7460d02eb4ade92cbb8abb53
parentf485e01fd07dfbc16db3e5be8a1a1db47233af44 (diff)
downloadaur-25c9d098c3e50c14a9694a53c3ea1f84864efed9.tar.gz
numix-icon-theme-git 0.r1770.101307f-1
Fix pkgver and add dep on gtk-update-icon-cache
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c830b267ed7..70bbb019b42e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Fri May 6 07:54:49 UTC 2016
+# Fri May 6 08:06:19 UTC 2016
pkgbase = numix-icon-theme-git
pkgdesc = Base icon theme from the Numix project
- pkgver = 0.r.1770.101307f
+ pkgver = 0.r1770.101307f
pkgrel = 1
url = http://numixproject.org/
arch = any
license = GPL3
makedepends = git
+ depends = gtk-update-icon-cache
provides = numix-icon-theme
provides = numix-light-icon-theme
conflicts = numix-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 34d0eae1e1c3..91f5d2991153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
# Contributor: Diego <cdprincipe@gmail.com>
pkgname=numix-icon-theme-git
-pkgver=0.r.1770.101307f
+pkgver=0.r1770.101307f
pkgrel=1
pkgdesc='Base icon theme from the Numix project'
arch=('any')
url='http://numixproject.org/'
license=('GPL3')
+depends=('gtk-update-icon-cache')
makedepends=('git')
provides=('numix-icon-theme' 'numix-light-icon-theme')
conflicts=('numix-icon-theme' 'numix-light-icon-theme')
@@ -18,7 +19,7 @@ sha256sums=('SKIP')
pkgver() {
cd numix-icon-theme
- echo "0.r.$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ echo "0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
package() {