summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6783fc1e06f..680eea09f0e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 9 00:03:14 UTC 2016
+# Tue Feb 9 00:39:58 UTC 2016
pkgbase = ttf-fuzzy-cootie
pkgdesc = fuzzy-cootie font
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/juancarlospaco/fuzzy-cootie#fuzzy-cootie
arch = any
@@ -14,3 +14,4 @@ pkgbase = ttf-fuzzy-cootie
sha256sums = e17fad9b57bc43298a9ea28f0f1ce1884f4b85247358c570ea396a3d5abd2d82
pkgname = ttf-fuzzy-cootie
+
diff --git a/PKGBUILD b/PKGBUILD
index b8bd9e71d64c..e60c056567cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ttf-fuzzy-cootie
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="fuzzy-cootie font"
arch=("any")
@@ -15,6 +15,8 @@ sha256sums=('e17fad9b57bc43298a9ea28f0f1ce1884f4b85247358c570ea396a3d5abd2d82')
package() {
cd "$srcdir"
- unzip "master.zip"
+ echo -e "\x1b[29;5;7m Extracting files from ZIP... \x1b[0m"
+ unzip -vo "master.zip"
+ echo -e "\x1b[29;5;7m Installing... \x1b[0m"
install -Dm644 "$srcdir/fuzzy-cootie-master/FuzzyCootie.ttf" "$pkgdir/usr/share/fonts/TTF/FuzzyCootie.ttf"
}