summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingkai Dong2017-02-09 13:03:25 +0800
committerMingkai Dong2017-02-09 13:03:25 +0800
commitc6369d7a961a27eae471aa8938674a7b48ee9028 (patch)
tree9b0f2dbb3e87dd537184a9250dce70ccd210520e
parent533217a26aad08584d14b685587945c8b6e4e9b6 (diff)
downloadaur-c6369d7a961a27eae471aa8938674a7b48ee9028.tar.gz
Fetch file from github
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fb9ad3db71d..24b0780888d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = ttf-adobe-heiti
pkgdesc = One fonts of Adobe's AdobeHeitiStd.R style.
pkgver = 5.005
- pkgrel = 2
+ pkgrel = 3
url = http://www.adobe.com
install = ttf-adobe-heiti.install
arch = any
license = unknown
depends = fontconfig
- source = http://gthemes-china.googlecode.com/files/AdobeHeitiStd.tar.gz
- md5sums = 598e5c354679c2ed46ea64f23417b83a
+ noextract = AdobeHeitiStd.otf
+ source = AdobeHeitiStd.otf::https://raw.githubusercontent.com/mingchen/mac-osx-chinese-fonts/master/Adobe%20Simple%20Chinese%20Fonts/AdobeHeitiStd-Regular.otf
+ md5sums = 5243e300d7d927d35fe96ed82837d7ed
pkgname = ttf-adobe-heiti
diff --git a/PKGBUILD b/PKGBUILD
index 513c16616bed..546c6350b37f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
# Contributor: dongfengweixiao ( dongfengweixiao [at] gmail [dot] com )
-# initrdmk ( initrdmk [at] gmail [dot] com )
-# Maintainer: initrdmk ( initrdmk [at] gmail [dot] com )
+# mkdong ( mingkaidong [at] gmail [dot] com )
+# Maintainer: mkdong ( mingkaidong [at] gmail [dot] com )
pkgname=ttf-adobe-heiti
pkgver=5.005
-pkgrel=2
+pkgrel=3
pkgdesc="One fonts of Adobe's AdobeHeitiStd.R style."
arch=('any')
license=('unknown')
url="http://www.adobe.com"
depends=('fontconfig')
install=ttf-adobe-heiti.install
-source=('http://gthemes-china.googlecode.com/files/AdobeHeitiStd.tar.gz')
-md5sums=('598e5c354679c2ed46ea64f23417b83a')
+source=("AdobeHeitiStd.otf::https://raw.githubusercontent.com/mingchen/mac-osx-chinese-fonts/master/Adobe%20Simple%20Chinese%20Fonts/AdobeHeitiStd-Regular.otf")
+md5sums=('5243e300d7d927d35fe96ed82837d7ed')
+noextract=("AdobeHeitiStd.otf")
package() {
install -Dm644 ${srcdir}/AdobeHeitiStd.otf ${pkgdir}/usr/share/fonts/Adobe/AdobeHeitiStd.otf
}
+