summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-08-23 04:47:34 +0200
committerMichal Wojdyla2021-08-23 04:47:34 +0200
commit1d3963ef1db09b78ecc66ac5d616bb052ad1beac (patch)
tree60f83fc0474bd5d23d0f608df7e0be480d9c9db4
parent951c9bb233b990db21cd448cdb08bd3c0396dd56 (diff)
downloadaur-1d3963ef1db09b78ecc66ac5d616bb052ad1beac.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--otf-droid-sans-mono-powerline-git.install15
3 files changed, 5 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e55e30a72646..6900fdc6aa51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,14 @@
pkgbase = otf-droid-sans-mono-powerline-git
pkgdesc = Droid Sans Mono for Powerline
- pkgver = r100.a44abd0
- pkgrel = 2
+ pkgver = r202.e80e3eb
+ pkgrel = 1
url = https://github.com/powerline/fonts
- install = otf-droid-sans-mono-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 = otf-droid-sans-mono-powerline-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ced0412d193f..83ad8e949674 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=otf-droid-sans-mono-powerline-git
-pkgver=r100.a44abd0
-pkgrel=2
+pkgver=r202.e80e3eb
+pkgrel=1
pkgdesc="Droid Sans Mono for Powerline"
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/otf-droid-sans-mono-powerline-git.install b/otf-droid-sans-mono-powerline-git.install
deleted file mode 100644
index f8ecdd439d8a..000000000000
--- a/otf-droid-sans-mono-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
-}