summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2015-12-14 09:53:39 -0700
committerKamran Mackey2015-12-14 09:53:39 -0700
commit73f7546c5a75bf2a6dee1d84f9e2fb6369caafb5 (patch)
tree5d91bb89625412b1254cae68d3a4b33c9c973ca7
parent47dba54efbef3f47f748c59094e0dce477798180 (diff)
downloadaur-73f7546c5a75bf2a6dee1d84f9e2fb6369caafb5.tar.gz
Hopefully fixed everything this time.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17ce45752d10..be61fc0af71f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 16:49:30 UTC 2015
+# Mon Dec 14 16:53:35 UTC 2015
pkgbase = harfbuzz-git
pkgdesc = OpenType text shaping engine
pkgver = 1.1.2.r19.g15f2c05
@@ -14,19 +14,14 @@ pkgbase = harfbuzz-git
makedepends = cairo
makedepends = icu
makedepends = gobject-introspection
- provides = harfbuzz harfbuzz-icu
- conflicts = harfbuzz harfbuzz-icu
+ provides = harfbuzz
+ provides = harfbuzz-icu
+ conflicts = harfbuzz
+ conflicts = harfbuzz-icu
source = git://github.com/behdad/harfbuzz.git
sha256sums = SKIP
-pkgname = harfbuzz
- depends = glib2
- depends = freetype2
- depends = graphite
- optdepends = cairo: hb-view program
+pkgname = harfbuzz-git
-pkgname = harfbuzz-icu
- pkgdesc = OpenType text shaping engine (ICU integration)
- depends = harfbuzz
- depends = icu
+pkgname = harfbuzz-icu-git
diff --git a/PKGBUILD b/PKGBUILD
index cfdb63a3d943..fefc7ee07a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ arch=(i686 x86_64)
url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
license=(MIT)
makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-conflicts="harfbuzz harfbuzz-icu"
-provides="harfbuzz harfbuzz-icu"
+conflicts=(harfbuzz harfbuzz-icu)
+provides=(harfbuzz harfbuzz-icu)
source=(git://github.com/behdad/harfbuzz.git)
sha256sums=('SKIP')
_gitname=harfbuzz
@@ -43,7 +43,7 @@ check() {
PATH="$srcdir/path:$PATH" make -k check || :
}
-package_harfbuzz() {
+package_harfbuzz_git() {
depends=(glib2 freetype2 graphite)
optdepends=('cairo: hb-view program')
@@ -58,7 +58,7 @@ package_harfbuzz() {
mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
}
-package_harfbuzz-icu(){
+package_harfbuzz-icu_git(){
pkgdesc="$pkgdesc (ICU integration)"
depends=(harfbuzz icu)