summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2015-12-14 19:41:45 -0700
committerKamran Mackey2015-12-14 19:41:45 -0700
commitc216f3e8e8f5db8bb9aaf92978775abd7ec7b290 (patch)
treeb3d93e347268201dd155c0a1de456dcc454d035e
parent458612f43e597eb93f0df5e25e7572c12245a6d0 (diff)
downloadaur-c216f3e8e8f5db8bb9aaf92978775abd7ec7b290.tar.gz
Fixed a typo in the harfbuzz-git package function.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c35bfe4bce6..4125535534ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 15 02:39:59 UTC 2015
+# Tue Dec 15 02:41:40 UTC 2015
pkgbase = harfbuzz-git
pkgdesc = OpenType text shaping engine
pkgver = 1.1.2.r19.g15f2c05
@@ -23,6 +23,7 @@ pkgname = harfbuzz-git
depends = graphite
optdepends = cairo: hb-view program
provides = harfbuzz
+ conflicts = harfbuzz
pkgname = harfbuzz-icu-git
pkgdesc = OpenType text shaping engine (ICU integration)
diff --git a/PKGBUILD b/PKGBUILD
index e6cafb1953de..63a4152f92c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ check() {
package_harfbuzz-git() {
depends=(glib2 freetype2 graphite)
optdepends=('cairo: hb-view program')
- conflcts=(harfbuzz)
+ conflicts=(harfbuzz)
provides=(harfbuzz)
cd "$_gitname"