summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-09-07 00:55:37 +0200
committerMichal Wojdyla2021-09-07 00:55:37 +0200
commit167391e43b0ecfb4ec2879736741d7dbe993a7ea (patch)
tree04b16559b94504f5c23c8b92b76270d7f6431276
parent727ff613ffddc415adade7fedcf889cca7a2467d (diff)
downloadaur-ttf-droid-sans-mono-slashed-powerline-git.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--ttf-droid-sans-mono-slashed-powerline-git.install15
3 files changed, 5 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68a29df77a02..8e7e179a0ab2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,14 @@
pkgbase = ttf-droid-sans-mono-slashed-powerline-git
pkgdesc = Droid Sans Mono for Powerline (Slashed Zero)
- pkgver = r100.a44abd0
- pkgrel = 2
+ pkgver = r202.e80e3eb
+ pkgrel = 1
url = https://github.com/powerline/fonts
- install = ttf-droid-sans-mono-slashed-powerline-git.install
arch = any
license = custom:Apache License, Version 2.0
makedepends = git
- depends = fontconfig
- depends = xorg-font-utils
conflicts = powerline-fonts
conflicts = powerline-fonts-git
source = git+https://github.com/powerline/fonts.git
md5sums = SKIP
pkgname = ttf-droid-sans-mono-slashed-powerline-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d0aae0912c13..94286288d367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,13 @@
-# Maintainer: Devin Christensen <quixoten at gmail dot com>
+# Contributor: Devin Christensen <quixoten at gmail dot com>
pkgname=ttf-droid-sans-mono-slashed-powerline-git
-pkgver=r100.a44abd0
-pkgrel=2
+pkgver=r202.e80e3eb
+pkgrel=1
pkgdesc="Droid Sans Mono for Powerline (Slashed Zero)"
arch=('any')
url='https://github.com/powerline/fonts'
license=('custom:Apache License, Version 2.0')
-depends=(fontconfig xorg-font-utils )
makedepends=('git')
conflicts=(powerline-fonts powerline-fonts-git)
-install=$pkgname.install
source=('git+https://github.com/powerline/fonts.git')
md5sums=('SKIP')
diff --git a/ttf-droid-sans-mono-slashed-powerline-git.install b/ttf-droid-sans-mono-slashed-powerline-git.install
deleted file mode 100644
index f8ecdd439d8a..000000000000
--- a/ttf-droid-sans-mono-slashed-powerline-git.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- mkfontscale /usr/share/fonts/OTF > /dev/null 2>&1
- mkfontdir /usr/share/fonts/OTF > /dev/null 2>&1
- fc-cache -s >/dev/null
- echo "done"
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}