浏览代码

uppkg -> 100.0.4896.60-3

Noah Vogt 3 年之前
父节点
当前提交
7ddb4b441c
共有 3 个文件被更改,包括 10 次插入2 次删除
  1. 1 1
      .SRCINFO
  2. 2 1
      PKGBUILD
  3. 7 0
      index.html

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

+ 2 - 1
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:

+ 7 - 0
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>