summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwallace2020-08-20 23:35:18 +0300
committerwallace2020-08-20 23:35:18 +0300
commit4f6f14224324b74df6b05564a085735fbedee68a (patch)
treefa1fbfeacdfc8349193e95f670dc5f988eb9970c
parent70d839f6012ebbd321d33999d4067a00bdc04e24 (diff)
downloadaur-4f6f14224324b74df6b05564a085735fbedee68a.tar.gz
Bump to v0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7954a478b5a..d2de43b7108b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fontfor
pkgdesc = Find fonts which can show a specified character and preview them in terminal or browser.
- pkgver = 0.2.1
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/7sDream/fontfor
arch = x86_64
license = GPL-3.0
makedepends = rust
- source = https://github.com/7sDream/fontfor/archive/v0.2.1.tar.gz
- sha256sums = 6cce63781393b476a83648a42453ea050e82e7432c3d6f07f1d3e3daddc39166
+ source = https://github.com/7sDream/fontfor/archive/v0.3.1.tar.gz
+ sha256sums = 0e7969de5a6313d6b8a11a16f07c607ba9c82c26dfa0ddecff08c153e000801e
pkgname = fontfor
diff --git a/PKGBUILD b/PKGBUILD
index 4188d4534861..54e0b5098146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: wallace < str(11) + my_id at gmail dot com>
pkgname=fontfor
-pkgver=0.2.1
+pkgver=0.3.1
pkgrel=1
pkgdesc="Find fonts which can show a specified character and preview them in terminal or browser."
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL-3.0')
depends=()
makedepends=('rust')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('6cce63781393b476a83648a42453ea050e82e7432c3d6f07f1d3e3daddc39166')
+sha256sums=('0e7969de5a6313d6b8a11a16f07c607ba9c82c26dfa0ddecff08c153e000801e')
build() {
cd $pkgname-$pkgver