summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b498a6dc90c..714b33fa52b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname=tamzen-font
pkgname=$_pkgname-git
-pkgver=42.72b0582
+pkgver=92.9ae700d
pkgrel=1
pkgdesc="A monospaced bitmap font for the console and X11 (tamsyn-font fork)"
arch=('any')
url="https://github.com/sunaku/tamzen-font"
license=('custom')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+depends=()
+makedepends=('git')
install=tamzen-font.install
source=("git://github.com/sunaku/$_pkgname.git")
md5sums=('SKIP')
-
pkgver() {
cd $_pkgname
echo $(git rev-list --count master).$(git rev-parse --short master)