소스 검색

uppkg -> 100.0.4896.60

Noah Vogt 3 년 전
부모
커밋
f15d9c0518
2개의 변경된 파일6개의 추가작업 그리고 7개의 파일을 삭제
  1. 3 3
      .SRCINFO
  2. 3 4
      PKGBUILD

+ 3 - 3
.SRCINFO

@@ -1,6 +1,6 @@
 pkgbase = ungoogled-chromium-xdg-bin
 	pkgdesc = A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (binary version)
-	pkgver = 99.0.4844.84
+	pkgver = 100.0.4896.60
 	pkgrel = 1
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = ungoogled-chromium-xdg-bin
 	provides = chromium
 	conflicts = chromium
 	options = !lto
-	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/99.0.4844.84/ungoogled-chromium-xdg-bin-99.0.4844.84.tar.gz
-	sha256sums = 7b3d40670667d72d00057e5275d6d56a9ca8374ef9e1aa2df3e0102b5574b4b3
+	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/100.0.4896.60/ungoogled-chromium-xdg-bin-100.0.4896.60.tar.gz
+	sha256sums = d6eb2739e50ce2f281bd66240ecc4d125caaf739d9a98964adec1898673d0c3c
 
 pkgname = ungoogled-chromium-xdg-bin

+ 3 - 4
PKGBUILD

@@ -9,10 +9,9 @@
 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
 
 pkgname=ungoogled-chromium-xdg-bin
-pkgver=99.0.4844.84
+pkgver=100.0.4896.60
 pkgrel=1
 _launcher_ver=8
-_gcc_patchset=3
 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"
@@ -26,8 +25,8 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
             '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/99.0.4844.84/$pkgname-$pkgver.tar.gz)
-sha256sums=('7b3d40670667d72d00057e5275d6d56a9ca8374ef9e1aa2df3e0102b5574b4b3')
+source=(https://github.com/noahvogt/${pkgname%-*}-aur/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d6eb2739e50ce2f281bd66240ecc4d125caaf739d9a98964adec1898673d0c3c')
 provides=('chromium')
 conflicts=('chromium')