summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredward-p2018-03-22 10:52:10 +0800
committeredward-p2018-03-22 10:52:10 +0800
commit28cedd638617413e8845f9a25ba2646037847ea8 (patch)
treeb92f6e125b95d9355529859dd3cd86e27264cb46
parent977717e42603fe2ce5c1ec22688891d5e3e80e41 (diff)
downloadaur-28cedd638617413e8845f9a25ba2646037847ea8.tar.gz
upgrade tp 0.1.1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 346b8c75692a..2c36caa0eb77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-consolas-with-yahei-powerline-git
pkgdesc = Consolas-with-Yahei with powerline patched with nerd-fonts)
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 0
url = https://github.com/crvdgc/Consolas-with-Yahei
install = ttf-consolas-with-yahei-powerline-git.install
@@ -8,6 +8,7 @@ pkgbase = ttf-consolas-with-yahei-powerline-git
makedepends = tar
depends = fontconfig
depends = xorg-font-utils
+ conflicts = ttf-consolas-with-yahei
pkgname = ttf-consolas-with-yahei-powerline-git
diff --git a/PKGBUILD b/PKGBUILD
index 0c7ac0b6274d..d5dc4bff3ee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: edward-p <micro.fedora@gmail.com>
pkgname=ttf-consolas-with-yahei-powerline-git
-pkgver='0.1.0'
+pkgver='0.1.1'
pkgrel=0
pkgdesc="Consolas-with-Yahei with powerline patched with nerd-fonts)"
arch=(any)
url=https://github.com/crvdgc/Consolas-with-Yahei
depends=(fontconfig xorg-font-utils)
+conflicts=(ttf-consolas-with-yahei)
makedepends=(tar)
fontname='consolas-with-yahei'
install=$pkgname.install