summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
l---------.gitignore1
-rw-r--r--PKGBUILD12
3 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52e47c06dccf..470d8432aab1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Wed Apr 11 06:52:17 UTC 2018
+# Sun Feb 3 08:19:44 UTC 2019
pkgbase = ttf2woff
pkgdesc = Command line utility converts TrueType and OpenType fonts to the WOFF format.
pkgver = 1.2
- pkgrel = 1
- url = http://wizard.ae.krakow.pl/~jb/ttf2woff/
+ pkgrel = 2
+ url = https://github.com/doio/ttf2woff
arch = i686
arch = x86_64
license = GPL
depends = zlib
- source = http://wizard.ae.krakow.pl/~jb/ttf2woff/ttf2woff-1.2.tar.gz
- md5sums = 4a29815b2a51ae13dc01ef1508b73007
- sha1sums = a7121951551c75c418723be0f1e5563322d004a2
- sha256sums = 77c5c47e9d9b74a1d8701c4a7094f1c05ea0c982fb318466b35d63aff2125509
+ source = https://github.com/doio/ttf2woff/archive/v1.2.tar.gz
+ md5sums = e1f3b24e54d34699e48278e39613a1b0
+ sha1sums = 53431e58ce65c610f3ed01a1818466a236d5538c
+ sha256sums = 9f929f1ec02ca36f00fdb805bcc931de4994439f3f639390eaee59cf2bb2a58e
pkgname = ttf2woff
diff --git a/.gitignore b/.gitignore
new file mode 120000
index 000000000000..25c0564928e0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/home/aksr/arch/pkg/.gitignore \ No newline at end of file
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"