summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2015-08-12 11:14:06 +0200
committerMarkus Weimar2015-08-12 11:14:06 +0200
commitc21fed37524e81c62f4e0c70a2c620ac00e7308d (patch)
tree3d10d0189725719b6c4785bc4cb246081c5ef972
parent5fa1351e6db47b9151b9dd28882a89f900d0d305 (diff)
downloadaur-c21fed37524e81c62f4e0c70a2c620ac00e7308d.tar.gz
Use official version numbers, changed source URL.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4f6cbf72ece..fc3dd1d634cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = ttf-roboto-mono
pkgdesc = Roboto Mono is a monospaced addition to the Roboto type family.
- pkgver = 20150606
+ pkgver = 2.000985
pkgrel = 1
+ epoch = 1
url = https://www.google.com/fonts/specimen/Roboto+Mono
install = ttf-roboto-mono.install
arch = any
license = Apache
depends = fontconfig
depends = xorg-font-utils
- source = http://www.markusweimar.de/public/ttf-roboto-mono-20150606.zip
- sha256sums = 16ca33e93e1c6d9d60eb57045c3d49811df4bef0f8c7f91fd077529388fcfced
+ source = ttf-roboto-mono-2.000985-1.zip::https://www.google.com/fonts/download?kit=rqQ1zSE-ZGCKVZgew-A9dofD-WQWLbF4rYwcBGowFYY
+ sha256sums = b5895fa5c5adae8ce8af8fb17e135ca394a8ad2a0ca2edf9326c67ea9e11c184
pkgname = ttf-roboto-mono
diff --git a/PKGBUILD b/PKGBUILD
index 22ea099cf6a6..c9dda8564641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-roboto-mono
-pkgver=20150606
+pkgver=2.000985
pkgrel=1
+epoch=1
depends=('fontconfig' 'xorg-font-utils')
pkgdesc='Roboto Mono is a monospaced addition to the Roboto type family.'
arch=('any')
url='https://www.google.com/fonts/specimen/Roboto+Mono'
license=('Apache')
-source=("http://www.markusweimar.de/public/ttf-roboto-mono-${pkgver}.zip")
+source=("$pkgname-$pkgver-$pkgrel.zip::https://www.google.com/fonts/download?kit=rqQ1zSE-ZGCKVZgew-A9dofD-WQWLbF4rYwcBGowFYY")
install=${pkgname}.install
-sha256sums=('16ca33e93e1c6d9d60eb57045c3d49811df4bef0f8c7f91fd077529388fcfced')
+sha256sums=('b5895fa5c5adae8ce8af8fb17e135ca394a8ad2a0ca2edf9326c67ea9e11c184')
package() {
cd ${srcdir}