summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b37dc2102f7..07a0f39db1e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=ttf2woff
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Command line utility converts TrueType and OpenType fonts to the WOFF format.'
arch=('i686' 'x86_64')
-url="http://wizard.ae.krakow.pl/~jb/$pkgname/"
+url="https://github.com/doio/ttf2woff"
license=('GPL')
depends=('zlib')
-source=("http://wizard.ae.krakow.pl/~jb/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('4a29815b2a51ae13dc01ef1508b73007')
-sha1sums=('a7121951551c75c418723be0f1e5563322d004a2')
-sha256sums=('77c5c47e9d9b74a1d8701c4a7094f1c05ea0c982fb318466b35d63aff2125509')
+source=("https://github.com/doio/$pkgname/archive/v${pkgver}.tar.gz")
+md5sums=('e1f3b24e54d34699e48278e39613a1b0')
+sha1sums=('53431e58ce65c610f3ed01a1818466a236d5538c')
+sha256sums=('9f929f1ec02ca36f00fdb805bcc931de4994439f3f639390eaee59cf2bb2a58e')
build() {
cd "$srcdir/$pkgname-$pkgver"