summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsballert2018-07-25 17:29:45 +0200
committersballert2018-07-25 17:29:45 +0200
commita76985f8b01a308507beecbfbf414cebfa257600 (patch)
tree873eca77825abf931cf68adae8175ce0cdcbf7df
parent78f66bbca73b4f4119f0d1bf017c0241d2f6794d (diff)
downloadaur-a76985f8b01a308507beecbfbf414cebfa257600.tar.gz
Update to 3.2.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9d7e48e2af4..656a73ada3e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu May 4 17:01:00 UTC 2017
pkgbase = emacs-all-the-icons
pkgdesc = A utility package to collect various Icon Fonts and propertize them within Emacs.
- pkgver = 2.5.0
- pkgrel = 2
+ pkgver = 3.2.0
+ pkgrel = 1
url = https://github.com/domtronn/all-the-icons.el
install = emacs-all-the-icons.install
arch = any
license = MIT
makedepends = git
depends = emacs
- depends = emacs-font-lock-plus
+ depends = emacs-memoize
depends = ttf-font-awesome
depends = ttf-material-design-icons
depends = ttf-weather-icons
@@ -18,8 +16,8 @@ pkgbase = emacs-all-the-icons
depends = ttf-atom-file-icons
depends = ttf-all-the-icons
provides = emacs-all-the-icons
- source = emacs-all-the-icons-2.5.0.tar.gz::https://github.com/domtronn/all-the-icons.el/archive/2.5.0.tar.gz
- sha256sums = 9d8c96b316a0e4ba04f474e6bf1a567a2b92ef696d3872192d26abce1aa187bc
+ source = emacs-all-the-icons-3.2.0.tar.gz::https://github.com/domtronn/all-the-icons.el/archive/3.2.0.tar.gz
+ sha256sums = 09fa8fff3ae65ea77089b17a270221d016d7df5c6093ef36357572235e36c7cb
pkgname = emacs-all-the-icons
diff --git a/PKGBUILD b/PKGBUILD
index ba88cbc762b3..b96ed0f28417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: Alex Whitt <alex.joseph.whitt@gmail.com>
+# Maintainer: sballert <sballert@posteo.de>
+# Contributor: Alex Whitt <alex.joseph.whitt@gmail.com>
pkgname=emacs-all-the-icons
-pkgver=2.5.0
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
pkgdesc="A utility package to collect various Icon Fonts and propertize them within Emacs."
url="https://github.com/domtronn/all-the-icons.el"
arch=('any')
license=('MIT')
-depends=('emacs' 'emacs-font-lock-plus' 'ttf-font-awesome' 'ttf-material-design-icons' 'ttf-weather-icons' 'ttf-octicons' 'ttf-atom-file-icons' 'ttf-all-the-icons')
+depends=('emacs' 'emacs-memoize' 'ttf-font-awesome' 'ttf-material-design-icons' 'ttf-weather-icons' 'ttf-octicons' 'ttf-atom-file-icons' 'ttf-all-the-icons')
makedepends=('git')
provides=('emacs-all-the-icons')
source=("$pkgname-$pkgver.tar.gz::https://github.com/domtronn/all-the-icons.el/archive/${pkgver}.tar.gz")
-sha256sums=('9d8c96b316a0e4ba04f474e6bf1a567a2b92ef696d3872192d26abce1aa187bc')
+sha256sums=('09fa8fff3ae65ea77089b17a270221d016d7df5c6093ef36357572235e36c7cb')
install=${pkgname}.install
build() {