summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarvettFox962018-12-16 20:50:30 +0800
committerHarvettFox962018-12-16 20:50:30 +0800
commit02fb8b8e8e6f0ee9dac88bf56448b1055e295818 (patch)
tree893b606d8330b08a9f030c6546db333538406984
parenta2fc582b08d06eecdab9fe3056ba51dae2b6bb42 (diff)
downloadaur-02fb8b8e8e6f0ee9dac88bf56448b1055e295818.tar.gz
Updated package version to 20161216.01.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 495e5c41549b..f5966babbf5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = ttf-moderndos
pkgdesc = A raster monospace serif typeface based on IBM and Verite, extracted from VGA ROM typefaces in real machines by various manufacturers.
- pkgver = 2018.09.29
- pkgrel = 1.5
+ pkgver = 20181216.01
+ pkgrel = 1
url = https://notabug.org/HarvettFox96/ttf-moderndos
arch = any
license = CC0
depends = fontconfig
depends = xorg-font-utils
depends = xorg-fonts-encodings
- source = https://notabug.org/HarvettFox96/ttf-moderndos/archive/2018.09.29-1.tar.gz
- source = 2018.09.29-1.tar.gz.sig::https://notabug.org/attachments/867df282-014d-4397-9dd4-cfbdf9330387
+ source = https://notabug.org/HarvettFox96/ttf-moderndos/archive/20181216.01.tar.gz
+ source = 20181216.01.tar.gz.sig::https://notabug.org/attachments/73f7cec5-e916-4a35-8e65-4f7b4e7344c7
+ validpgpkeys = 4C565E3C3DB4DE43785F0DA9B627DC6AB09D9B83
validpgpkeys = 925C741082DC0DB32CF8AADFCB73A6EB26948E91
- sha512sums = 0d35ff15a82f441c69aaefa5644ee394dfcd974c55fb3c51aa692551b84c5496b19622aa81770438694a4deb4ac409f81b11256011c2fc527e5af5a84d38f23b
+ sha512sums = b85cad3e487db3db21f25d55fda302ab1233bb4653e6db0117d59d81b1f542a1398f1957af19c86d664a829ed8b171c7f07a0eacf5bc003395638dfe956890f5
sha512sums = SKIP
pkgname = ttf-moderndos
diff --git a/PKGBUILD b/PKGBUILD
index 59e8d9042932..bffe3f073696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Jayvee Enaguas <harvettfox96@protonmail.com>
pkgname=ttf-moderndos
-pkgver=2018.09.29
-pkgrel=1.5
-_gitver=${pkgver}-1
+pkgver=20181216.01
+pkgrel=1
pkgdesc="A raster monospace serif typeface based on IBM and Verite, extracted from VGA ROM typefaces in real machines by various manufacturers."
url="https://notabug.org/HarvettFox96/${pkgname}"
license=("CC0")
arch=("any")
depends=("fontconfig" "xorg-font-utils" "xorg-fonts-encodings")
-source=("https://notabug.org/HarvettFox96/${pkgname}/archive/${_gitver}.tar.gz"
- "${_gitver}.tar.gz.sig::https://notabug.org/attachments/867df282-014d-4397-9dd4-cfbdf9330387")
-sha512sums=("0d35ff15a82f441c69aaefa5644ee394dfcd974c55fb3c51aa692551b84c5496b19622aa81770438694a4deb4ac409f81b11256011c2fc527e5af5a84d38f23b"
+source=("https://notabug.org/HarvettFox96/${pkgname}/archive/${pkgver}.tar.gz"
+ "${pkgver}.tar.gz.sig::https://notabug.org/attachments/73f7cec5-e916-4a35-8e65-4f7b4e7344c7")
+sha512sums=("b85cad3e487db3db21f25d55fda302ab1233bb4653e6db0117d59d81b1f542a1398f1957af19c86d664a829ed8b171c7f07a0eacf5bc003395638dfe956890f5"
"SKIP")
-validpgpkeys=("925C741082DC0DB32CF8AADFCB73A6EB26948E91")
+validpgpkeys=("4C565E3C3DB4DE43785F0DA9B627DC6AB09D9B83"
+ "925C741082DC0DB32CF8AADFCB73A6EB26948E91")
prepare() {
- tar -zxvf ${_gitver}.tar.gz;
+ tar -zxvf ${pkgver}.tar.gz;
mv -v ${pkgname}/{LICENSE,ttf/*.ttf} "${srcdir}/";
}