summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6dc48dde148..5a464ef3eca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = smiley-sans-bin
pkgdesc = 一款在人文观感和几何特征中寻找平衡的中文黑体
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/atelier-anchor/smiley-sans
arch = any
- license = OFL
+ license = OFL-1.1-RFN
source = smiley-sans-1.1.1.zip::https://github.com/atelier-anchor/smiley-sans/releases/download/v1.1.1/smiley-sans-v1.1.1.zip
source = LICENSE::https://github.com/atelier-anchor/smiley-sans/raw/v1.1.1/LICENSE
sha512sums = 61bcc6d8957a6a7426c3a76968bea4fb4fb8a1da4dda4036c3c9533f8cc8120bfae879b51e73dc3b0399558b03709df5781fbac94deb16ed7d6a4a3e13dd837c
diff --git a/.gitignore b/.gitignore
index 6668f52a219d..1027f8aa7df3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ LICENSE
*.log
*.zip
*.pkg.tar.zst
+*.pkg.tar.zst.sig
diff --git a/PKGBUILD b/PKGBUILD
index 359d1dd87ad4..8fd588c56f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgbase='smiley-sans'
pkgbase="${_pkgbase}-bin"
pkgname=({otf,ttf,woff2}-${pkgbase})
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='一款在人文观感和几何特征中寻找平衡的中文黑体'
url='https://github.com/atelier-anchor/smiley-sans'
-license=('OFL')
+license=('OFL-1.1-RFN')
arch=('any')
source=("${_pkgbase}-${pkgver}.zip"::"${url}/releases/download/v${pkgver}/${_pkgbase}-v${pkgver}.zip"