summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-01-02 13:56:30 +0800
committerpingplug2019-01-02 13:56:30 +0800
commitdeb987ce93e21e9d26294feb26be6e5474056606 (patch)
treef3684113db634d9c30e6aa366cd3fe2661ae6bac
parentb08164577f209f358b1844fc89a67886c281fadf (diff)
downloadaur-deb987ce93e21e9d26294feb26be6e5474056606.tar.gz
Updated to 2.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f1d8ff036f6..f1c70bb40068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-harfbuzz
pkgdesc = OpenType text shaping engine (mingw-w64)
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/HarfBuzz
arch = any
@@ -19,7 +19,7 @@ pkgbase = mingw-w64-harfbuzz
options = !strip
options = staticlibs
options = !buildflags
- source = git+https://anongit.freedesktop.org/git/harfbuzz#commit=dc41ecef85b094b30c612113606597b91c55351c
+ source = git+https://github.com/harfbuzz/harfbuzz.git#commit=4941e95f10fe0fe658752134a42b58896fb19c42
sha256sums = SKIP
pkgname = mingw-w64-harfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 478075179706..36e497ba1d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: pingplug <pingplug@foxmail.com>
# Contributor: Schala Zeal <schalaalexiazeal@gmail.com>
-_commit=dc41ecef85b094b30c612113606597b91c55351c # tags/2.2.0^0
+_commit=4941e95f10fe0fe658752134a42b58896fb19c42 # tags/2.3.0^0
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgbase=mingw-w64-harfbuzz
pkgname=('mingw-w64-harfbuzz' 'mingw-w64-harfbuzz-icu')
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="OpenType text shaping engine (mingw-w64)"
arch=('any')
@@ -24,7 +24,7 @@ makedepends=('mingw-w64-configure'
'ragel'
'git')
options=('!strip' 'staticlibs' '!buildflags')
-source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=${_commit}")
+source=("git+https://github.com/harfbuzz/harfbuzz.git#commit=${_commit}")
sha256sums=('SKIP')
pkgver() {