summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Kluger2020-03-19 12:35:20 -0400
committerAndy Kluger2020-03-19 12:35:20 -0400
commit08f146232f7b40178a9c9c282770bb05780a891a (patch)
treee3738ba271452fa1ae6d54d38cec496dd8daba72 /PKGBUILD
parent28489a3db59189e7002833280e95723b3eb95603 (diff)
downloadaur-08f146232f7b40178a9c9c282770bb05780a891a.tar.gz
add conflicts, provides, and replaces
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d9f58e20295..25d6b23a7dfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Kluger <AndyKluger@gmail.com>
# Contributor: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-term-custom-git
-pkgver=r1461.43a8ca6d
+pkgver=r1478.775be753
pkgrel=1
pkgdesc='A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.'
arch=('any')
@@ -9,8 +9,9 @@ url='https://be5invis.github.io/Iosevka/'
license=('custom:OFL')
makedepends=('git' 'nodejs' 'npm' 'ttfautohint' 'otfcc')
depends=('fontconfig' 'xorg-font-utils')
-conflicts=()
-provides=()
+conflicts=('ttf-iosevka-term-custom')
+provides=('ttf-iosevka-term-custom')
+replaces=('ttf-iosevka-termlig-custom-git')
source=(
'git+https://github.com/be5invis/Iosevka'
'private-build-plans.toml.example'