summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu2019-10-14 16:51:01 -0400
committerYu2019-10-14 16:51:01 -0400
commitafba25a23b3fa04943fca5024585509b776487e1 (patch)
tree5283be328f013b7a5f6484be2d7501d6f411dc21
parentb659b40dc50b4978cdaa7fe314b89d21fdaae6e0 (diff)
downloadaur-afba25a23b3fa04943fca5024585509b776487e1.tar.gz
Update to 2.10.2
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55c51a6eb262..2d958274b8d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Bruce Zhang
+# Maintainer: Bruce Zhang, krasjet
pkgname=fontbase
-pkgver=2.7.0
+pkgver=2.10.2
pkgrel=1
pkgdesc="FontBase is the font manager of the new generation, built by designers, for designers."
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ license=('custom:FontBase')
depends=('electron')
makedepends=('p7zip')
source=("$pkgname-$pkgver.AppImage::https://releases.fontba.se/linux/FontBase-$pkgver.AppImage")
-sha256sums=('SKIP')
+md5sums=('6c48273915375b350b70a4545498ac00')
prepare() {
mkdir "$pkgname"
@@ -30,7 +30,7 @@ package() {
# Install start script
echo "#!/usr/bin/env sh
-exec electron /usr/share/fontbase/app.asar \$@
+exec electron /usr/share/fontbase/app.asar \$@
" > "$srcdir/fontbase.sh"
install -Dm755 "$srcdir/fontbase.sh" "$pkgdir/usr/bin/fontbase"