summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Knaust2020-07-24 09:46:11 +0200
committerMarius Knaust2020-07-24 09:46:11 +0200
commit7b9bc3aed378285f9dce45e1a303f9e14b54baae (patch)
treeb3a4fb1ac966680fe1673c8e931bcebbf1974ea2
parentebbc135542520644b574d81d217267b4d0434ec2 (diff)
downloadaur-7b9bc3aed378285f9dce45e1a303f9e14b54baae.tar.gz
Update to new link and archive structure
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5374165fd850..e1912dff9b78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = otf-bitstream-charter
pkgdesc = Bitstream charter fonts
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = http://practicaltypography.com/charter.html
arch = any
license = custom
- source = http://practicaltypography.com/fonts/charter.zip
- md5sums = b1816043444645ec6232534543a2ffa6
+ source = https://practicaltypography.com/fonts/Charter%20200512.zip
+ md5sums = 1d51f60c9ba6ccab0316f2d7ff836815
pkgname = otf-bitstream-charter
diff --git a/PKGBUILD b/PKGBUILD
index bafa35d8a819..128175359560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=otf-bitstream-charter
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bitstream charter fonts"
arch=('any')
url="http://practicaltypography.com/charter.html"
license=('custom')
-source=('http://practicaltypography.com/fonts/charter.zip')
-md5sums=('b1816043444645ec6232534543a2ffa6')
+source=("https://practicaltypography.com/fonts/Charter%20200512.zip")
+md5sums=('1d51f60c9ba6ccab0316f2d7ff836815')
package() {
install -d "${pkgdir}/usr/share/fonts/OTF/"
- install -m644 ${srcdir}/charter/otf/*.otf "${pkgdir}/usr/share/fonts/OTF/"
- install -D -m644 ${srcdir}/charter/license.txt "${pkgdir}/usr/share/licenses/otf-bitstream-charter/LICENSE"
+ install -m644 "${srcdir}/Charter/Charter/OpenType/"*.otf "${pkgdir}/usr/share/fonts/OTF/"
+ install -D -m644 "${srcdir}/Charter/Charter license.txt" "${pkgdir}/usr/share/licenses/otf-bitstream-charter/LICENSE"
}