summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c77d3313354b..6fcc29b17b43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,8 @@
pkgname=ttf-inconsolata-g
pkgver=20090213
pkgrel=3
+conflicts=('ttf-inconsolata-g')
+provides=('ttf-inconsolata-g')
pkgdesc="Monospace font for pretty code listings and for the terminal modified by Leonardo Maffi (http://www.fantascienza.net/leonardo/)"
url="http://levien.com/type/myfonts/inconsolata.html"
license=('unknown')
@@ -13,5 +15,5 @@ arch=('any')
md5sums=('c36e53cb9022f8096fb78a0aae00cbb0')
package() {
- install -Dm644 $srcdir/Inconsolata-g.otf $pkgdir/usr/share/fonts/TTF/ttf-inconsolata-g.otf
+ install -Dm644 $srcdir/Inconsolata-g.ttf $pkgdir/usr/share/fonts/TTF/ttf-inconsolata-g.ttf
}