Browse Source

uppkg -> 120.0.6099.129-1

Noah Vogt 1 year ago
parent
commit
443e2e2f94
2 changed files with 9 additions and 9 deletions
  1. 5 5
      .SRCINFO
  2. 4 4
      PKGBUILD

+ 5 - 5
.SRCINFO

@@ -1,6 +1,6 @@
 pkgbase = ungoogled-chromium-xdg
 	pkgdesc = A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory
-	pkgver = 120.0.6099.109
+	pkgver = 120.0.6099.129
 	pkgrel = 1
 	url = https://github.com/ungoogled-software/ungoogled-chromium
 	arch = x86_64
@@ -51,12 +51,12 @@ pkgbase = ungoogled-chromium-xdg
 	optdepends = gtk4: for --gtk-version=4 (GTK4 IME might work better on Wayland)
 	optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce
 	optdepends = kwallet5: support for storing passwords in KWallet on Plasma
-	provides = chromium=120.0.6099.109
-	provides = chromedriver=120.0.6099.109
+	provides = chromium=120.0.6099.129
+	provides = chromedriver=120.0.6099.129
 	conflicts = chromium
 	conflicts = chromedriver
 	options = !lto
-	source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-120.0.6099.109.tar.xz
+	source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-120.0.6099.129.tar.xz
 	source = https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
 	source = https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/120/chromium-patches-120.tar.bz2
 	source = drop-flags-unsupported-by-clang16.patch
@@ -67,7 +67,7 @@ pkgbase = ungoogled-chromium-xdg
 	source = no-omnibox-suggestion-autocomplete.patch
 	source = index.html
 	source = ungoogled-chromium-120.0.6099.109-1.tar.gz::https://github.com/ungoogled-software/ungoogled-chromium/archive/refs/tags/120.0.6099.109-1.tar.gz
-	sha256sums = 87c00c525ee07c2233b78dbece1496b697f686244a67fac2c71e4a30bd96849b
+	sha256sums = be36d5abecfafdc68d9b27b0bee65136316610a295e844b99483a7520b245f85
 	sha256sums = 213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
 	sha256sums = ffee1082fbe3d0c9e79dacb8405d5a0e1aa94d6745089a30b093f647354894d2
 	sha256sums = 8d1cdf3ddd8ff98f302c90c13953f39cd804b3479b13b69b8ef138ac57c83556

+ 4 - 4
PKGBUILD

@@ -12,7 +12,7 @@
 # binary version of this package (-bin): github.com/noahvogt/ungoogled-chromium-xdg-bin-aur
 
 pkgname=ungoogled-chromium-xdg
-pkgver=120.0.6099.109
+pkgver=120.0.6099.129
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -42,7 +42,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
         xdg-basedir.patch
         no-omnibox-suggestion-autocomplete.patch
         index.html)
-sha256sums=('87c00c525ee07c2233b78dbece1496b697f686244a67fac2c71e4a30bd96849b'
+sha256sums=('be36d5abecfafdc68d9b27b0bee65136316610a295e844b99483a7520b245f85'
             '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
             'ffee1082fbe3d0c9e79dacb8405d5a0e1aa94d6745089a30b093f647354894d2'
             '8d1cdf3ddd8ff98f302c90c13953f39cd804b3479b13b69b8ef138ac57c83556'
@@ -62,8 +62,8 @@ provides=("chromium=${pkgver}" "chromedriver=${pkgver}")
 conflicts=('chromium' 'chromedriver')
 _uc_usr=ungoogled-software
 _uc_rel=1
-_uc_ver="$pkgver-$_uc_rel"
-# _uc_ver="119.0.6045.123-$_uc_rel"
+# _uc_ver="$pkgver-$_uc_rel"
+_uc_ver="120.0.6099.109-$_uc_rel"
 source=(${source[@]}
         ${pkgname%-*}-$_uc_ver.tar.gz::https://github.com/$_uc_usr/ungoogled-chromium/archive/refs/tags/$_uc_ver.tar.gz)
         # ${pkgname%-*}-$_uc_ver.zip::https://github.com/noahvogt/${pkgname%-*}/archive/refs/heads/update.zip)