summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ab5185add2d..e586a2d417a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = ttf-inconsolata-g
license = unknown
depends = fontconfig
depends = xorg-font-utils
+ provides = ttf-inconsolata-g
+ conflicts = ttf-inconsolata-g
source = http://www.fantascienza.net/leonardo/ar/inconsolatag/inconsolata-g_font.zip
md5sums = c36e53cb9022f8096fb78a0aae00cbb0
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
}