summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStick2018-12-24 11:28:36 -0500
committerStick2018-12-24 11:28:36 -0500
commit7b0d2231a86420f45bd87bd4c1c75de4f61d30a4 (patch)
treeaa16560d58b417df9f9cb101889506093fd4b650
parentab8bcdd61f49caf5f38c19ddf364d1e7d2791bec (diff)
downloadaur-7b0d2231a86420f45bd87bd4c1c75de4f61d30a4.tar.gz
fix: license file sha256sum
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore19
-rw-r--r--PKGBUILD4
3 files changed, 23 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80d66cdc1cca..34f7c9a0e9e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = noto-fonts-all
pkgdesc = Meta package of all Noto fonts in the official repositories.
- pkgver = 20181009
+ pkgver = 20181224
pkgrel = 1
url = https://www.google.com/get/noto/
arch = any
@@ -10,7 +10,7 @@ pkgbase = noto-fonts-all
depends = noto-fonts-emoji
depends = noto-fonts-extra
source = LICENSE
- sha256sums = cb30d3086a8b3ce0b9e3690bf48d6620402b61160bc658076f95180ccd9e9dae
+ sha256sums = 4a4a4179a96b5ef6786186d199f0d049b151352f460b8d2f3c00083792f37dd9
pkgname = noto-fonts-all
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f6b4a8512010
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# Created by https://www.gitignore.io/api/archlinuxpackages
+# Edit at https://www.gitignore.io/?templates=archlinuxpackages
+
+### ArchLinuxPackages ###
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
+
+# End of https://www.gitignore.io/api/archlinuxpackages
diff --git a/PKGBUILD b/PKGBUILD
index 6bfb2376019f..05473eddec41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stick <nstickney@pm.me>
# shellcheck disable=SC2034,SC2154
pkgname=noto-fonts-all
-pkgver=20181009
+pkgver=20181224
pkgrel=1
pkgdesc='Meta package of all Noto fonts in the official repositories.'
arch=('any')
@@ -12,7 +12,7 @@ depends=('noto-fonts'
'noto-fonts-emoji'
'noto-fonts-extra')
source=(LICENSE)
-sha256sums=('cb30d3086a8b3ce0b9e3690bf48d6620402b61160bc658076f95180ccd9e9dae')
+sha256sums=('4a4a4179a96b5ef6786186d199f0d049b151352f460b8d2f3c00083792f37dd9')
package()
{