Parcourir la source

uppkg -> 119.0.6045.105-2

Noah Vogt il y a 1 an
Parent
commit
87bc0dad12
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 3 3
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 3 - 3
.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 = 119.0.6045.105
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
 	license = BSD
@@ -46,9 +46,9 @@ pkgbase = ungoogled-chromium-xdg-bin
 	optdepends = kwallet: support for storing passwords in KWallet on Plasma
 	provides = chromium
 	conflicts = chromium
-	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/119.0.6045.105-1/ungoogled-chromium-xdg-119.0.6045.105-1-x86_64.pkg.tar.zst
+	source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/119.0.6045.105-2/ungoogled-chromium-xdg-119.0.6045.105-2-x86_64.pkg.tar.zst
 	source = index.html
-	sha256sums = fe299d694504ba2fb2af6b36944e2a42974ead423f8ce0e0e8dc63b9a8826483
+	sha256sums = f140d9fa53deb1a5bed0e30fa3b9035bced14d51f206f3e593ad0ed1d8877dab
 	sha256sums = a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665
 
 pkgname = ungoogled-chromium-xdg-bin

+ 2 - 2
PKGBUILD

@@ -2,7 +2,7 @@
 
 pkgname=ungoogled-chromium-xdg-bin
 pkgver=119.0.6045.105
-pkgrel=1
+pkgrel=2
 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"
@@ -18,7 +18,7 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
             'kwallet: support for storing passwords in KWallet on Plasma')
 source=(https://github.com/noahvogt/${pkgname%-*}-aur/releases/download/$pkgver-$pkgrel/${pkgname%-*}-$pkgver-$pkgrel-x86_64.pkg.tar.zst
         index.html)
-sha256sums=('fe299d694504ba2fb2af6b36944e2a42974ead423f8ce0e0e8dc63b9a8826483'
+sha256sums=('f140d9fa53deb1a5bed0e30fa3b9035bced14d51f206f3e593ad0ed1d8877dab'
             'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')
 provides=('chromium')
 conflicts=('chromium')