summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f83a1a3ee554..c2a72421388c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = ttf-genericmobile
pkgdesc = A raster proportional sans serif typeface, extracted from various generic/knockoff mobile devices.
- pkgver = 20190323.01
- pkgrel = 2
+ pkgver = 20190323.02
+ pkgrel = 1
url = https://notabug.org/HarvettFox96/ttf-genericmobile
arch = any
license = CC0-1.0
depends = fontconfig
depends = xorg-font-utils
depends = xorg-fonts-encodings
- source = https://notabug.org/HarvettFox96/ttf-genericmobile/archive/20190323.01.tar.gz
- source = 20190323.01.tar.gz.sig::https://notabug.org/attachments/ef72ae01-e642-4d72-9e5a-cd0395a045f8
+ source = GenericMobileSystem-20190323.02.zip::https://notabug.org/attachments/94a98506-f3cd-40b3-b867-e679f75c5256
+ source = GenericMobileSystem-20190323.02.zip.sig::https://notabug.org/attachments/84602d65-ad97-42bf-9a6e-c6be57656b4b
validpgpkeys = 30E2144356008681839AE9C192F8F52D258B63E6
validpgpkeys = 4C565E3C3DB4DE43785F0DA9B627DC6AB09D9B83
- sha512sums = 65486775d996fb8543415f584f70d800b91dfda4dcb53576e5fc07ea233cdaab28cbb777ef5195c87c954467807925637d5187b7534c6e4ed1ab7f8c3f3a8a4b
+ sha512sums = 13b5060eee736b0c2b5324a58b8637a476feb64ba478b9d3b53710c4454f50a1630d83a97ea5317ba9b0ee046d10e911b7915e8514f3d38f14a9f922b947e32c
sha512sums = SKIP
pkgname = ttf-genericmobile
diff --git a/PKGBUILD b/PKGBUILD
index 3a295ebe8efd..e4e8c99ddd20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,22 @@
# Maintainer: Jayvee Enaguas <harvettfox96@airmail.cc>
pkgname=ttf-genericmobile
-pkgver=20190323.01
-pkgrel=2
+pkgver=20190323.02
+pkgrel=1
pkgdesc="A raster proportional sans serif typeface, extracted from various generic/knockoff mobile devices."
url="https://notabug.org/HarvettFox96/${pkgname}"
license=("CC0-1.0")
arch=("any")
depends=("fontconfig" "xorg-font-utils" "xorg-fonts-encodings")
-source=("https://notabug.org/HarvettFox96/${pkgname}/archive/${pkgver}.tar.gz"
- "${pkgver}.tar.gz.sig::https://notabug.org/attachments/ef72ae01-e642-4d72-9e5a-cd0395a045f8")
-sha512sums=("65486775d996fb8543415f584f70d800b91dfda4dcb53576e5fc07ea233cdaab28cbb777ef5195c87c954467807925637d5187b7534c6e4ed1ab7f8c3f3a8a4b"
+source=("GenericMobileSystem-${pkgver}.zip::https://notabug.org/attachments/94a98506-f3cd-40b3-b867-e679f75c5256"
+ "GenericMobileSystem-${pkgver}.zip.sig::https://notabug.org/attachments/84602d65-ad97-42bf-9a6e-c6be57656b4b")
+sha512sums=("13b5060eee736b0c2b5324a58b8637a476feb64ba478b9d3b53710c4454f50a1630d83a97ea5317ba9b0ee046d10e911b7915e8514f3d38f14a9f922b947e32c"
"SKIP")
validpgpkeys=("30E2144356008681839AE9C192F8F52D258B63E6"
"4C565E3C3DB4DE43785F0DA9B627DC6AB09D9B83")
prepare() {
- tar -zxvf ${pkgver}.tar.gz;
- mv -v ${pkgname}/{LICENSE,ttf/*.ttf} "${srcdir}/";
+ sed -e 's/\r//g' LICENSE.txt > LICENSE;
}
package() {