summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b15b055bf648..15d5334446a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ttf-monaspice-huhanme-nerd-font-bin
pkgdesc = GitHub's Monaspace, with the Humanist, Handwriting and Mechanical variants for the normal, italic (& bold italic), and bold variants, patched with nerd font glyphs on top
pkgver = 1.000_3.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/aaronliu0130/monaspice
arch = any
license = OFL-1.1-RFN
provides = ttf-monaspice
+ provides = ttf-font-nerd
source = monaspice-1.000_3.1.1-2.tar.gz::https://github.com/aaronliu0130/monaspice/archive/refs/tags/v1.000_3.1.1.tar.gz
sha256sums = 96a05bc7882246c588d39a3ddbbcc52e8c4608ca82305cc67b5c9c56e49778af
diff --git a/PKGBUILD b/PKGBUILD
index 3e81a6c854aa..b6ca1aad0555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: aliu <aaronliu0130 @gmail.com>
pkgname='ttf-monaspice-huhanme-nerd-font-bin'
pkgver=1.000_3.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="GitHub's Monaspace, with the Humanist, Handwriting and Mechanical variants for the normal, italic (& bold italic), and bold variants, patched with nerd font glyphs on top"
arch=('any')
url='https://github.com/aaronliu0130/monaspice'
license=('OFL-1.1-RFN')
-provides=('ttf-monaspice')
-source=("monaspice-${pkgver}-${pkgrel}.tar.gz::https://github.com/aaronliu0130/monaspice/archive/refs/tags/v${pkgver}.tar.gz")
+provides=('ttf-monaspice' 'ttf-font-nerd')
+# remove the -2 when the next version comes out
+source=("monaspice-${pkgver}-2.tar.gz::https://github.com/aaronliu0130/monaspice/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('96a05bc7882246c588d39a3ddbbcc52e8c4608ca82305cc67b5c9c56e49778af')
package() {