summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
-rw-r--r--index.html7
3 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 041bfe1b2dab..864ae1f4b91d 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 = 100.0.4896.60
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Eloston/ungoogled-chromium
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 7938252da658..73fff9e89c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=ungoogled-chromium-xdg-bin
pkgver=100.0.4896.60
-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')
@@ -102,6 +102,7 @@ echo "${toplevel_files[@]}"
done
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/chromium/LICENSE"
+ install -Dm644 index.html "$pkdir/usr/share/ungoogled-chromium/index.html"
}
# vim:set ts=2 sw=2 et:
diff --git a/index.html b/index.html
new file mode 100644
index 000000000000..4cd9c49a9ab3
--- /dev/null
+++ b/index.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width">
+<script src="ind.js"></script>
+<title>New Tab</title>
+<body bgcolor="#353535">
+</body>