summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAi Anshu2023-07-22 14:11:11 +0530
committerAi Anshu2023-07-22 14:11:11 +0530
commit8429d9a375f5f621c1984c91c79bd4207190854a (patch)
tree286f2638ec323e4674df7f2e9d12aae63806a263
parenta81a204290dba565a6240315a5a5fa6a07b9d69f (diff)
downloadaur-8429d9a375f5f621c1984c91c79bd4207190854a.tar.gz
add: build dependany
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d184456536e..021270906b82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = ttf-apple-fonts
pkgdesc = Collection of official SF Pro, SF Display, SF Mono Apple Fonts
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/gxanshu/ttf-apple-fonts
arch = any
license = GPL
+ makedepends = unzip>=6.0
source = https://github.com/gxanshu/ttf-apple-fonts/releases/download/Fonts/fonts.zip
sha256sums = 8a6d9d53019aa52c1b7be6c0a07cadbc0ff9929d3b8945f7fcee9ee519d900fe
diff --git a/PKGBUILD b/PKGBUILD
index 011be355e7d0..7562cf478368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname=ttf-apple-fonts
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Collection of official SF Pro, SF Display, SF Mono Apple Fonts"
pkgbase=ttf-apple-fonts
arch=('any')
url="https://github.com/gxanshu/ttf-apple-fonts"
license=('GPL')
+makedepends=('unzip>=6.0')
source=("https://github.com/gxanshu/ttf-apple-fonts/releases/download/Fonts/fonts.zip")
sha256sums=('8a6d9d53019aa52c1b7be6c0a07cadbc0ff9929d3b8945f7fcee9ee519d900fe')