summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJR Boyens2019-12-24 03:35:43 -0800
committerJR Boyens2019-12-24 03:35:43 -0800
commit3eb765e253aa4cd3650128d67cf298b1a40eca87 (patch)
tree51c86cc6478385bc449caf50c25b2c0f42f4b106
parenta078fa70119087bab0df3952d009ed74c127e238 (diff)
downloadaur-3eb765e253aa4cd3650128d67cf298b1a40eca87.tar.gz
Bump to 2.1.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 613404cc8bc4..b9b10f2d3550 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-atom-file-icons
pkgdesc = Atom file-specific icons for improved visual grepping.
- pkgver = 2.1.36
+ pkgver = 2.1.37
pkgrel = 1
url = https://atom.io/packages/file-icons
install = ttf-atom-file-icons.install
@@ -10,8 +10,8 @@ pkgbase = ttf-atom-file-icons
depends = fontconfig
depends = xorg-fonts-encodings
depends = xorg-font-utils
- source = ttf-atom-file-icons-2.1.36.tar.gz::https://github.com/file-icons/atom/archive/v2.1.36.tar.gz
- sha256sums = a2552b919b2b0a9941ef61aeee4e12b030dc5ac186cb079642d2663ea161f2e9
+ source = ttf-atom-file-icons-2.1.37.tar.gz::https://github.com/file-icons/atom/archive/v2.1.37.tar.gz
+ sha256sums = 6c9c240bbe2575671c6e021a54554d153c1773e7c79ef9d28566f0bcb590b49b
pkgname = ttf-atom-file-icons
diff --git a/PKGBUILD b/PKGBUILD
index 63ab015d70d7..9719914aa80b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgsrcname=atom
_pkgmaintainer=file-icons
_pkgdestdirname=atom-file-icons
_versionprefix=v
-pkgver=2.1.36
+pkgver=2.1.37
pkgrel=1
pkgdesc="Atom file-specific icons for improved visual grepping."
pkgname=ttf-${_pkgdestdirname}
@@ -15,7 +15,7 @@ license=('MIT')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
makedepends=('woff2-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/${_versionprefix}${pkgver}.tar.gz")
-sha256sums=('a2552b919b2b0a9941ef61aeee4e12b030dc5ac186cb079642d2663ea161f2e9')
+sha256sums=('6c9c240bbe2575671c6e021a54554d153c1773e7c79ef9d28566f0bcb590b49b')
install=$pkgname.install
build() {