summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Gathoye2017-07-26 23:06:32 +0200
committerWilliam Gathoye2017-07-26 23:06:32 +0200
commit06336aba6ddc9dfa4459995e605a174d5a595ae1 (patch)
tree200f16b7e3ffd0d40047f5a7dfbcf1cd946ab917 /PKGBUILD
parent33961e517890b62029b536a71bbb0b08a69bc89b (diff)
downloadaur-sfnt2woff.tar.gz
Fix upstream dead links
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1fcb4be7726..9ace65b6bf1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,27 @@
-# Maintainer: William Gathoye <william at gathoye dot be>
+# Maintainer: William Gathoye <william + aur at gathoye dot be>
# Contributor: Tetsumaki <http://goo.gl/YMBdA>
# Contributor: rws <elisp dot vim at google mail> (@xd1le on twitter)
pkgname=sfnt2woff
pkgver=20091003
-pkgrel=2
+pkgrel=3
pkgdesc="Tools to convert existing TrueType/OpenType fonts to WOFF and inversely (sfnt2woff and woff2sfnt)"
arch=('i686' 'x86_64' 'armv6h')
url="https://people.mozilla.org/~jkew/woff/"
license=('MPL' 'GPL' 'LGPL')
-# http://superuser.com/a/429625/456258
-# Source from https://people.mozilla.org/~jkew/woff/
-source=("https://people.mozilla.org/~jkew/woff/woff-code-latest.zip")
-sha512sums=('3a2d5c0f495f8dda2b311d80b6a1e4ad5b98fd098cc5573e92e5e7193d0f0746f8e3e90f7b1dddbaad8c336a68874a32c028ac650c067cfb2cce2f540411e2f9')
+# src.: http://superuser.com/a/429625/456258
+source=('https://github.com/wget/sfnt2woff/archive/20091003.tar.gz')
+sha512sums=('da6883276b5134bdd9e5e602b545cbdeab2930d0b1f39ee5b847d82f1af8d649aa84c7cb014ecd21c839547bb400da6c114b3b280e549e3553fec0949f8e4c3c')
build () {
+ cd sfnt2woff-20091003
make
}
package() {
+ cd sfnt2woff-20091003/
install -D sfnt2woff "$pkgdir/usr/bin/sfnt2woff"
install -D woff2sfnt "$pkgdir/usr/bin/woff2sfn"
}