summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDetrikSyS2017-07-31 03:53:33 -0400
committerDetrikSyS2017-07-31 03:59:29 -0400
commit257e203d573507e4c2186990df67f51fc099331f (patch)
treef25125e958b25781ceb255fc36f9c4db382f8ffb
parent2c26badee846cdf6fefe8818f2857fcb9dcc9655 (diff)
downloadaur-257e203d573507e4c2186990df67f51fc099331f.tar.gz
Version Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fed2bb3c853..ddd123332078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ttf-tahoma
pkgdesc = Tahoma and Tahoma Bold fonts from the Wine project
- pkgver = 1.7.27
+ pkgver = 2.13
pkgrel = 1
epoch = 1
- url = http://www.winehq.org/
+ url = https://www.winehq.org/
install = ttf.install
arch = any
license = LGPL
depends = fontconfig
depends = xorg-fonts-encodings
depends = xorg-font-utils
- source = tahoma-1.7.27.ttf::http://source.winehq.org/source/fonts/tahoma.ttf?!v=wine-1.7.27&_raw=1
- source = tahomabd-1.7.27.ttf::http://source.winehq.org/source/fonts/tahomabd.ttf?!v=wine-1.7.27&_raw=1
+ source = tahoma-2.13.ttf::https://source.winehq.org/source/fonts/tahoma.ttf?!v=wine-2.13&_raw=1
+ source = tahomabd-2.13.ttf::https://source.winehq.org/source/fonts/tahomabd.ttf?!v=wine-2.13&_raw=1
sha256sums = 8385eb7b3930798411953b8789245ae47e9a9e8480f7f37ecb8da1d895363954
sha256sums = c29342ba99a04f983193756f01eb6de946fd4d33ba0bb7061aff11e70871b6f2
diff --git a/PKGBUILD b/PKGBUILD
index dd927377165c..d61f8e4abf7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: TDY <tdy@archlinux.info>
+# Maintainer: DetrikSyS <admin@vz.net.ve>
+# Contributor: TDY <tdy@archlinux.info>
# Contributor: Thomas Laroche <tho.laroche @t gmail.com>
# Contributor: Thayer Williams <thayer@archlinux.org>
# Contributor: dale <dale@archlinux.org>
pkgname=ttf-tahoma
-pkgver=1.7.27
+pkgver=2.13
pkgrel=1
epoch=1
pkgdesc="Tahoma and Tahoma Bold fonts from the Wine project"
arch=('any')
-url="http://www.winehq.org/"
+url="https://www.winehq.org/"
license=('LGPL')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
install=ttf.install
-source=(tahoma-$pkgver.ttf::"http://source.winehq.org/source/fonts/tahoma.ttf?!v=wine-$pkgver&_raw=1"
- tahomabd-$pkgver.ttf::"http://source.winehq.org/source/fonts/tahomabd.ttf?!v=wine-$pkgver&_raw=1")
+source=(tahoma-$pkgver.ttf::"https://source.winehq.org/source/fonts/tahoma.ttf?!v=wine-$pkgver&_raw=1"
+ tahomabd-$pkgver.ttf::"https://source.winehq.org/source/fonts/tahomabd.ttf?!v=wine-$pkgver&_raw=1")
sha256sums=('8385eb7b3930798411953b8789245ae47e9a9e8480f7f37ecb8da1d895363954'
'c29342ba99a04f983193756f01eb6de946fd4d33ba0bb7061aff11e70871b6f2')