Browse Source

uppkg -> 103.0.5060.53-1

Noah Vogt 3 years ago
parent
commit
1b5bc2f739
3 changed files with 8 additions and 6 deletions
  1. 3 3
      .SRCINFO
  2. 3 0
      .gitignore
  3. 2 3
      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 = 101.0.4951.64
+	pkgver = 103.0.5060.53
 	pkgrel = 1
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
@@ -42,9 +42,9 @@ pkgbase = ungoogled-chromium-xdg-bin
 	provides = chromium
 	conflicts = chromium
 	options = !lto
-	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/101.0.4951.64-1/ungoogled-chromium-xdg-bin-101.0.4951.64.tar.gz
+	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/103.0.5060.53-1/ungoogled-chromium-xdg-bin-103.0.5060.53.tar.gz
 	source = index.html
-	sha256sums = 9d194b4d0dc81b48803b84734a11a67271161e40feaff182ca12a82f20d94baa
+	sha256sums = 905440a8769b1f99be115afbf2b3fc26432fbe7f04ecb82bc5db40aef4c6cc85
 	sha256sums = a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665
 
 pkgname = ungoogled-chromium-xdg-bin

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+*.tar.*
+src/
+pkg/

+ 2 - 3
PKGBUILD

@@ -10,7 +10,7 @@
 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
 
 pkgname=ungoogled-chromium-xdg-bin
-pkgver=101.0.4951.64
+pkgver=103.0.5060.53
 pkgrel=1
 _launcher_ver=8
 pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (binary version)"
@@ -28,7 +28,7 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
 options=('!lto') # Chromium adds its own flags for ThinLTO
 source=(https://github.com/noahvogt/${pkgname%-*}-aur/releases/download/$pkgver-$pkgrel/$pkgname-$pkgver.tar.gz
         index.html)
-sha256sums=('9d194b4d0dc81b48803b84734a11a67271161e40feaff182ca12a82f20d94baa'
+sha256sums=('905440a8769b1f99be115afbf2b3fc26432fbe7f04ecb82bc5db40aef4c6cc85'
             'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')
 provides=('chromium')
 conflicts=('chromium')
@@ -118,7 +118,6 @@ echo "${toplevel_files[@]}"
 
   cp "${toplevel_files[@]/#/out/Release/}" "$pkgdir/usr/lib/chromium/"
   install -Dm644 -t "$pkgdir/usr/lib/chromium/locales" out/Release/locales/*.pak
-  install -Dm755 -t "$pkgdir/usr/lib/chromium/swiftshader" out/Release/swiftshader/*.so
 
   for size in 24 48 64 128 256; do
     install -Dm644 "chrome/app/theme/chromium/product_logo_$size.png" \