summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Shparber2022-07-02 19:31:40 -0400
committerOleg Shparber2022-07-02 19:31:40 -0400
commit71fb12ab1f8a5a8583271e4eb85f64bef1fa31fd (patch)
tree6e5a6844a1319b2f05847ca9ec12910c481cb4c4
parent9534e71e0d2ab13c107c52fa0f9e701450a7a8e5 (diff)
downloadaur-71fb12ab1f8a5a8583271e4eb85f64bef1fa31fd.tar.gz
Update to v4.0.0.r43.g8825e59fa98
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37e06c37a241..3a73eb7d373d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = material-icons-git
pkgdesc = Material design icons is the official icon set from Google.
- pkgver = 4.0.0.r13.g6ebe181c63
+ pkgver = 4.0.0.r43.g8825e59fa98
pkgrel = 1
url = https://github.com/google/material-design-icons
arch = any
license = Apache
makedepends = git
- provides = otf-material-icons=4.0.0.r13.g6ebe181c63
- provides = ttf-material-icons=4.0.0.r13.g6ebe181c63
+ provides = otf-material-icons=4.0.0.r43.g8825e59fa98
+ provides = ttf-material-icons=4.0.0.r43.g8825e59fa98
source = git+https://github.com/google/material-design-icons.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c046d0863dd4..9b0207549cd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname=material-design-icons
pkgbase=material-icons-git
pkgname=("otf-${pkgbase}" "ttf-${pkgbase}")
-pkgver=4.0.0.r13.g6ebe181c63
+pkgver=4.0.0.r43.g8825e59fa98
pkgrel=1
pkgdesc="Material design icons is the official icon set from Google."
url='https://github.com/google/material-design-icons'