summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-08-29 00:30:15 +0200
committerMichal Wojdyla2021-08-29 00:30:15 +0200
commit2539032d0d204aa6850bcb190d16838028d41feb (patch)
tree9ba7cdd5b838f7cd6a7ae3dec6234cc6e39ced8e
parentd7ff841ddcd2484e5182321f4b3b328307d5b4a5 (diff)
downloadaur-2539032d0d204aa6850bcb190d16838028d41feb.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--ttf-droid-sans-mono-dotted-powerline-git.install15
3 files changed, 5 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1033ede7fe4..e7f0d25713cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,14 @@
pkgbase = ttf-droid-sans-mono-dotted-powerline-git
pkgdesc = Droid Sans Mono for Powerline (Dotted Zero)
- pkgver = r100.a44abd0
- pkgrel = 2
+ pkgver = r202.e80e3eb
+ pkgrel = 1
url = https://github.com/powerline/fonts
- install = ttf-droid-sans-mono-dotted-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-dotted-powerline-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 97fbd14d1604..f00783bfcaba 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-dotted-powerline-git
-pkgver=r100.a44abd0
-pkgrel=2
+pkgver=r202.e80e3eb
+pkgrel=1
pkgdesc="Droid Sans Mono for Powerline (Dotted 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-dotted-powerline-git.install b/ttf-droid-sans-mono-dotted-powerline-git.install
deleted file mode 100644
index f8ecdd439d8a..000000000000
--- a/ttf-droid-sans-mono-dotted-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
-}