summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bailey2017-10-12 14:11:33 -0400
committerEric Bailey2017-10-12 14:11:33 -0400
commit6fc97b945d81e0288b8319996fc8b3598c8f4828 (patch)
tree888505a615931d13c30303ff5ad3987a46ffb9eb
parent90ab1dcc9b7adb953c593bb5bf021714a3454bcd (diff)
downloadaur-6fc97b945d81e0288b8319996fc8b3598c8f4828.tar.gz
Update to 1.5.1.r76.g4f9a83ec. Fix source url not being quoted which was breaking compat with some AUR helpers.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26a1f61ff4d7..39d226295437 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 4 21:33:07 UTC 2017
+# Thu Oct 12 18:11:18 UTC 2017
pkgbase = harfbuzz-git
pkgdesc = OpenType text shaping engine
- pkgver = 1.4.5.r11.g7d64c0ef
+ pkgver = 1.5.1.r76.g4f9a83ec
pkgrel = 1
url = http://www.freedesktop.org/wiki/Software/HarfBuzz
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 40c977ca4b0f..db45420d844b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Kamran Mackey <kamranm1200@gmail.com>
pkgbase=(harfbuzz-git)
pkgname=(harfbuzz-git harfbuzz-icu-git)
-pkgver=1.4.5.r11.g7d64c0ef
+pkgver=1.5.1.r76.g4f9a83ec
pkgrel=1
pkgdesc="OpenType text shaping engine"
arch=(i686 x86_64)
url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
license=(MIT)
makedepends=(ragel python2 glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(git://github.com/behdad/harfbuzz.git)
+source=('git://github.com/behdad/harfbuzz.git')
sha256sums=('SKIP')
_gitname=harfbuzz