summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Vogt2022-10-26 12:40:18 +0200
committerNoah Vogt2022-10-26 12:40:18 +0200
commit148d5c00963af9bb67ee8a75344180700fb38aa4 (patch)
tree2b1871b5b6bb165656eb1540e6a4b6415a287c5a
parentdc5d2a515b0ede2d1a1b0d28c5e379bbdb1898f6 (diff)
downloadaur-148d5c00963af9bb67ee8a75344180700fb38aa4.tar.gz
bump new version after fixing source path issue
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed7d3efc0270..25d3c216797c 100644
--- a/.SRCINFO
+++ b/.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 = 106.0.5249.119
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Eloston/ungoogled-chromium
arch = x86_64
license = BSD
@@ -48,7 +48,7 @@ pkgbase = ungoogled-chromium-xdg-bin
provides = chromium
conflicts = chromium
options = !lto
- source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/106.0.5249.119-2/ungoogled-chromium-xdg-bin-106.0.5249.119.tar.gz
+ source = https://github.com/noahvogt/ungoogled-chromium-xdg-aur/releases/download/106.0.5249.119-3/ungoogled-chromium-xdg-bin-106.0.5249.119-3.tar.gz
source = index.html
sha256sums = 23f5c95b65d997ab17d85f735f192a7f4229cdc6fdd233ae11e3f11f8feb34db
sha256sums = a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665
diff --git a/PKGBUILD b/PKGBUILD
index ff5a444528e5..e719e53c93c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=ungoogled-chromium-xdg-bin
pkgver=106.0.5249.119
-pkgrel=2
+pkgrel=3
_launcher_ver=8
pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (binary version)"
arch=('x86_64')
@@ -26,7 +26,7 @@ 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/$pkgver-$pkgrel/$pkgname-$pkgver.tar.gz
+source=(https://github.com/noahvogt/${pkgname%-*}-aur/releases/download/$pkgver-$pkgrel/$pkgname-$pkgver-$pkgrel.tar.gz
index.html)
sha256sums=('23f5c95b65d997ab17d85f735f192a7f4229cdc6fdd233ae11e3f11f8feb34db'
'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')