فهرست منبع

uppkg -> 112.0.5615.121-1

Noah Vogt 2 سال پیش
والد
کامیت
8a229a5588
2فایلهای تغییر یافته به همراه7 افزوده شده و 9 حذف شده
  1. 4 5
      .SRCINFO
  2. 3 4
      PKGBUILD

+ 4 - 5
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = ungoogled-chromium-xdg-bin
 	pkgdesc = A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (binary version)
-	pkgver = 111.0.5563.146
-	pkgrel = 2
+	pkgver = 112.0.5615.121
+	pkgrel = 1
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
 	license = BSD
@@ -49,10 +49,9 @@ pkgbase = ungoogled-chromium-xdg-bin
 	optdepends = kwallet: support for storing passwords in KWallet on Plasma
 	provides = chromium
 	conflicts = chromium
-	options = !lto
-	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/111.0.5563.146-2/ungoogled-chromium-xdg-111.0.5563.146-2-x86_64.pkg.tar.zst
+	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/112.0.5615.121-1/ungoogled-chromium-xdg-112.0.5615.121-1-x86_64.pkg.tar.zst
 	source = index.html
-	sha256sums = 1ae661df06e000230e87e7edae606689bfbf5e04a6033abe392e42c3478e522e
+	sha256sums = 55372a4f73f14df911e8960254bd0c86f7c325ec2d4499b48c398985e10fe57e
 	sha256sums = a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665
 
 pkgname = ungoogled-chromium-xdg-bin

+ 3 - 4
PKGBUILD

@@ -1,8 +1,8 @@
 # Maintainer: Noah Vogt (noahvogt) <noah@noahvogt.com>
 
 pkgname=ungoogled-chromium-xdg-bin
-pkgver=111.0.5563.146
-pkgrel=2
+pkgver=112.0.5615.121
+pkgrel=1
 pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (binary version)"
 arch=('x86_64')
 url="https://github.com/Eloston/ungoogled-chromium"
@@ -16,10 +16,9 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
             'qt5-base: enable Qt5 with --enable-features=AllowQt'
             'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
             'kwallet: support for storing passwords in KWallet on Plasma')
-options=('!lto') # Chromium adds its own flags for ThinLTO
 source=(https://github.com/noahvogt/${pkgname%-*}-aur/releases/download/$pkgver-$pkgrel/${pkgname%-*}-$pkgver-$pkgrel-x86_64.pkg.tar.zst
         index.html)
-sha256sums=('1ae661df06e000230e87e7edae606689bfbf5e04a6033abe392e42c3478e522e'
+sha256sums=('55372a4f73f14df911e8960254bd0c86f7c325ec2d4499b48c398985e10fe57e'
             'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')
 provides=('chromium')
 conflicts=('chromium')