Skip to content

Commit

Permalink
Prepare v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OJFord committed Jul 15, 2019
1 parent 4e5a9e3 commit 56aebfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
pkgbase = iosevka-generate
pkgdesc = A tool to generate custom Iosevka fonts from a configuration file
pkgver = 0.1.2
pkgrel = 1
pkgver = 0.2.0
pkgrel = 0
url = https://github.com/OJFord/iosevka-generate
arch = any
license = GPL
depends = make
depends = npm
depends = otfcc
depends = python-gitpython
Expand Down Expand Up @@ -43,8 +42,7 @@ pkgbase = iosevka-generate
conflicts = ttf-iosevka-term-ss09
conflicts = ttf-iosevka-term-ss10
conflicts = ttf-iosevka-term-ss11
source = https://github.com/OJFord/iosevka-generate/archive/v0.1.2.tar.gz
md5sums = '94ef3e8c5490caa82fa28a3b57c2e28b'
source = https://github.com/OJFord/iosevka-generate/archive/v0.2.0.tar.gz

pkgname = iosevka-generate

7 changes: 3 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Maintainer: Oliver Ford <dev@ojford.com>
# shellcheck disable=SC2034,SC2154
pkgname=iosevka-generate
pkgver=0.1.2
pkgrel=1
pkgver=0.2.0
pkgrel=0
pkgdesc='A tool to generate custom Iosevka fonts from a configuration file'
url='https://github.com/OJFord/iosevka-generate'
license=('GPL')
source=("$url/archive/v$pkgver.tar.gz")
md5sums=('94ef3e8c5490caa82fa28a3b57c2e28b')
md5sums=()
arch=('any')
depends=(
'make'
'npm'
'otfcc'
'python-gitpython'
Expand Down

0 comments on commit 56aebfe

Please sign in to comment.