aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e0c1bc8b55b..baeb7ad35452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Majid Butler <majidbutler@akuma-dev.com>
pkgname=creep2
-pkgver=1.6
+pkgver=1.8
pkgrel=1
pkgdesc="A pretty sweet version of the creep pixel font for terminals without negative spacing support."
arch=('any')
@@ -13,6 +13,5 @@ md5sums=('SKIP')
package() {
cd "$srcdir/creep2"
install -D -m644 creep2.ttf "$pkgdir/usr/share/fonts/misc/creep2.ttf"
- install -D -m644 creep2.ttf "$pkgdir/usr/share/fonts/misc/creep2_mod.ttf"
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}