summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1050f166f0d8..9aa79380c036 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-mutant-emoji
pkgdesc = A new kind of emoji set - more flexible, inclusive and fun!
- pkgver = 0.4.1
+ pkgver = 2020.02
pkgrel = 1
url = https://mutant.tech
install = ttf-mutant-emoji.install
@@ -8,9 +8,9 @@ pkgbase = ttf-mutant-emoji
license = custom:CC BY-NC-SA 4.0
depends = fontconfig
provides = emoji-font
- source = https://mutant.tech/dl/0.4.1/mtnt_0.4.1_font_sbixot.zip
+ source = https://mutant.tech/dl/2020.02/mtnt_2020.02_font_sbixot.zip
source = 75-mutant-standard-emoji.conf
- md5sums = bd4e25c08904f283a1a18aa21e7a82e1
+ md5sums = 63cd954f0a29a449fa1d98e0310badd8
md5sums = 609aaef8b63b3193bc02440307a0a4f3
pkgname = ttf-mutant-emoji
diff --git a/PKGBUILD b/PKGBUILD
index 40a24f511a26..644a6f77b900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: BadAtNames <badatnames@tutanota.com>
pkgname=ttf-mutant-emoji
-pkgver=0.4.1
+pkgver=2020.02
pkgrel=1
pkgdesc="A new kind of emoji set - more flexible, inclusive and fun!"
arch=('any')
@@ -17,9 +17,11 @@ source=(
package() {
install -Dm644 -t "${pkgdir}/etc/fonts/conf.avail" 75-mutant-standard-emoji.conf
- cd mtnt_${pkgver}_font_sbixot
- install -Dm644 font/MutantStandardEmoji-sbixOT.ttf "${pkgdir}/usr/share/fonts/TTF/Mutant.ttf"
- install -Dm644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+ cd "mtnt_${pkgver}_font_sbixot"
+
+ install -Dm644 "font/mtnt_${pkgver}_MutantStandardEmoji-sbixOT.ttf" "${pkgdir}/usr/share/fonts/TTF/Mutant.ttf"
+ install -Dm644 "license.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
}
-md5sums=('bd4e25c08904f283a1a18aa21e7a82e1'
+
+md5sums=('63cd954f0a29a449fa1d98e0310badd8'
'609aaef8b63b3193bc02440307a0a4f3')