summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarvettFox962018-09-30 19:56:07 +0800
committerHarvettFox962018-09-30 19:56:07 +0800
commit30cce351affcba748d59f91da0dffa008c7afc9b (patch)
tree48766564950182852698dd5144266df7f35c14ae
parent0f251653cf5a86bb310c757b2d6b35354789d0b4 (diff)
downloadaur-30cce351affcba748d59f91da0dffa008c7afc9b.tar.gz
Minor fix.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d00ae86b0a6..25279c41de0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-moderndos
pkgdesc = A raster monospace serif based on IBM and Verite, extracted from VGA ROM typefaces in real machines by various manufacturers.
pkgver = 2018.09.29
- pkgrel = 1.3
+ pkgrel = 1.4
url = https://notabug.org/HarvettFox96/ttf-moderndos
arch = any
license = CC0
@@ -10,6 +10,7 @@ pkgbase = ttf-moderndos
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
+ validpgpkeys = 925C741082DC0DB32CF8AADFCB73A6EB26948E91
sha512sums = 0d35ff15a82f441c69aaefa5644ee394dfcd974c55fb3c51aa692551b84c5496b19622aa81770438694a4deb4ac409f81b11256011c2fc527e5af5a84d38f23b
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dab21ce6240f..ee6c3fa67ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ttf-moderndos
pkgver=2018.09.29
-pkgrel=1.3
+pkgrel=1.4
_gitver=${pkgver}-1
pkgdesc="A raster monospace serif based on IBM and Verite, extracted from VGA ROM typefaces in real machines by various manufacturers."
url="https://notabug.org/HarvettFox96/${pkgname}"
@@ -13,7 +13,7 @@ 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"
"SKIP")
-verifypgpkeys=("925C741082DC0DB32CF8AADFCB73A6EB26948E91")
+validpgpkeys=("925C741082DC0DB32CF8AADFCB73A6EB26948E91")
prepare() {
tar -zxvf ${_gitver}.tar.gz;