Browse Source

Merge pull request #8 from noahvogt/prerelease_warning

add warning that this pkg uses UC pre-releases
Noah Vogt 1 year ago
parent
commit
03dbfcf094
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .SRCINFO
  2. 1 1
      PKGBUILD

+ 1 - 1
.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

+ 1 - 1
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')