summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Vogt2024-03-14 21:12:37 +0100
committerGitHub2024-03-14 21:12:37 +0100
commit03dbfcf094df178a69a48c1f5ad4ab6128f27392 (patch)
treeeeaf2f40aec3dda2ffb670b10d6bc8bf3a764ceb
parent283bdb0e82fae19587163dcaf95db690118c5943 (diff)
parentd8e7d2216b6007a32a23eab245aaf3b8770e0ed3 (diff)
downloadaur-03dbfcf094df178a69a48c1f5ad4ab6128f27392.tar.gz
Merge pull request #8 from noahvogt/prerelease_warning
add warning that this pkg uses UC pre-releases
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b002412dea9..094b46dab97f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = ungoogled-chromium-xdg
- pkgdesc = A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory
+ pkgdesc = A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (using pre-releases)
pkgver = 122.0.6261.128
pkgrel = 2
url = https://github.com/ungoogled-software/ungoogled-chromium
diff --git a/PKGBUILD b/PKGBUILD
index 2e5bb449f49f..86b22f867682 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ pkgrel=2
_launcher_ver=8
_manual_clone=0
_system_clang=1
-pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory"
+pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (using pre-releases)"
arch=('x86_64')
url="https://github.com/ungoogled-software/ungoogled-chromium"
license=('BSD-3-Clause')