summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-04-07 20:42:18 +0200
committerFrederic Bezies2021-04-07 20:42:18 +0200
commit027c4df52043095027c93605459c1798b3d8d5d8 (patch)
treebe13c0ee697f0145d5878a0d3adb09ef21086b59
parent988a15bb91912be09ef17f9614678dd56c999e73 (diff)
downloadaur-027c4df52043095027c93605459c1798b3d8d5d8.tar.gz
April 7th, 2021 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
-rw-r--r--ttf-ubuntu-mono-derivative-powerline-git.install15
3 files changed, 9 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8564df14b083..6b356304a2e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = ttf-ubuntu-mono-derivative-powerline-git
pkgdesc = Ubuntu Mono derivative Powerline
- pkgver = r100.a44abd0
- pkgrel = 2
+ pkgver = r202.e80e3eb
+ pkgrel = 1
url = https://github.com/powerline/fonts
- install = ttf-ubuntu-mono-derivative-powerline-git.install
arch = any
license = custom:Ubuntu Font License, Version 1.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
+ sha256sums = SKIP
pkgname = ttf-ubuntu-mono-derivative-powerline-git
diff --git a/PKGBUILD b/PKGBUILD
index 0bf00db60225..59ad9334f1db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Devin Christensen <quixoten at gmail dot com>
+# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+# Contributor: Devin Christensen <quixoten at gmail dot com>
pkgname=ttf-ubuntu-mono-derivative-powerline-git
-pkgver=r100.a44abd0
-pkgrel=2
+pkgver=r202.e80e3eb
+pkgrel=1
pkgdesc="Ubuntu Mono derivative Powerline"
arch=('any')
url='https://github.com/powerline/fonts'
license=('custom:Ubuntu Font License, Version 1.0')
-depends=(fontconfig xorg-font-utils )
+depends=(fontconfig)
makedepends=('git')
conflicts=(powerline-fonts powerline-fonts-git)
-install=$pkgname.install
source=('git+https://github.com/powerline/fonts.git')
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd fonts
diff --git a/ttf-ubuntu-mono-derivative-powerline-git.install b/ttf-ubuntu-mono-derivative-powerline-git.install
deleted file mode 100644
index 83322116247a..000000000000
--- a/ttf-ubuntu-mono-derivative-powerline-git.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- mkfontscale /usr/share/fonts/TTF > /dev/null 2>&1
- mkfontdir /usr/share/fonts/TTF > /dev/null 2>&1
- fc-cache -s >/dev/null
- echo "done"
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}