Date: Saturday, December 17, 2022 @ 00:30:35
  Author: heftig
Revision: 464492

6.0.0-1

Modified:
  harfbuzz/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-16 23:15:54 UTC (rev 464491)
+++ PKGBUILD    2022-12-17 00:30:35 UTC (rev 464492)
@@ -3,8 +3,8 @@
 
 pkgbase=harfbuzz
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=5.3.1
-pkgrel=3
+pkgver=6.0.0
+pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="https://www.freedesktop.org/wiki/Software/HarfBuzz";
 arch=(x86_64)
@@ -28,7 +28,7 @@
   python-setuptools
 )
 options=(debug)
-_commit=970321db7bddbe8c579b73751fc655a924ea3ce6  # tags/5.3.1^0
+_commit=afcae83a064843d71d47624bc162e121cc56c08b  # tags/6.0.0^0
 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -39,9 +39,6 @@
 
 prepare() {
   cd harfbuzz
-
-  # https://github.com/harfbuzz/harfbuzz/issues/3850
-  git cherry-pick -n b0b7a65388da25ae3fa01e969ad6abc67eed4f49
 }
 
 build() {
@@ -82,8 +79,10 @@
     libgobject-2.0.so
   )
   provides=(libharfbuzz{,-subset,-gobject}.so)
-  optdepends=('cairo: hb-view program'
-              'chafa: hb-view program')
+  optdepends=(
+    'cairo: hb-view program'
+    'chafa: hb-view program'
+  )
 
   meson install -C build --destdir "$pkgdir"
 

Reply via email to