summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17dc094c1d43..27a739f96e1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Sep 22 08:50:38 UTC 2016
pkgbase = ttf-animeace
pkgdesc = AnimeAce font ©Nate Piekos: the perfect font for editing and translation of comics and manga scans.
pkgver = 2.0
@@ -7,7 +9,7 @@ pkgbase = ttf-animeace
arch = any
license = http://www.blambot.com/license.shtml
depends = fontconfig
- source = http://www.blambot.com/fonts/animeace2bb_tt.zip
+ source = http://www.blambot.com/_fonts/animeace2bb_tt.zip
md5sums = 3e2a52d8585fa93a66d2b7f922310f11
pkgname = ttf-animeace
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..de3f1ee92c37
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index 5090a032479c..13d872a97824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://www.blambot.com/font_animeace2.shtml"
license=("http://www.blambot.com/license.shtml")
depends=('fontconfig')
install=${pkgname}.install
-source=('http://www.blambot.com/fonts/animeace2bb_tt.zip')
+source=('http://www.blambot.com/_fonts/animeace2bb_tt.zip')
md5sums=('3e2a52d8585fa93a66d2b7f922310f11')
package() {