summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJules Sam. Randolph2020-06-30 16:04:00 -0300
committerJules Sam. Randolph2020-06-30 16:17:18 -0300
commit7f4bd7d3235fead3fd1d3e42360a22460bdf14c9 (patch)
tree4dc2eb43af9f870175614435c84eb0b683613ee7
parentd7f796fb89434126a116fe9119f09917eabc2e37 (diff)
downloadaur-7f4bd7d3235fead3fd1d3e42360a22460bdf14c9.tar.gz
remove unecessary dependencies and change license
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c891c699c92..a0c2ea21fef9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,10 @@
pkgbase = ttf-meslo-nerd-font-powerlevel10k
pkgdesc = Meslo Nerd Font patched for Powerlevel10k
pkgver = 1.000
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/romkatv/powerlevel10k-media
arch = any
- groups = nerd-fonts
- license = MIT
- depends = fontconfig
- depends = xorg-fonts-encodings
- depends = xorg-font-utils
+ license = Apache
provides = nerd-fonts-meslo-p10k
source = MesloLGS-NF-Bold-1.000.ttf::https://github.com/romkatv/powerlevel10k-media/raw/28dd1bd968b0c9cd4add7a3b80b264acdc53bcc7/MesloLGS%20NF%20Bold.ttf
source = MesloLGS-NF-Bold-Italic-1.000.ttf::https://github.com/romkatv/powerlevel10k-media/raw/28dd1bd968b0c9cd4add7a3b80b264acdc53bcc7/MesloLGS%20NF%20Bold%20Italic.ttf
diff --git a/PKGBUILD b/PKGBUILD
index 9b3f5ded8a2a..15b63d2960db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname=ttf-meslo-nerd-font-powerlevel10k
_commit='28dd1bd968b0c9cd4add7a3b80b264acdc53bcc7'
pkgver=1.000
-pkgrel=2
+pkgrel=3
pkgdesc='Meslo Nerd Font patched for Powerlevel10k'
arch=('any')
url='https://github.com/romkatv/powerlevel10k-media'
-license=('MIT')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-groups=('nerd-fonts')
+license=('Apache')
+depends=()
provides=('nerd-fonts-meslo-p10k')
source=("MesloLGS-NF-Bold-${pkgver}.ttf::https://github.com/romkatv/powerlevel10k-media/raw/${_commit}/MesloLGS%20NF%20Bold.ttf"
"MesloLGS-NF-Bold-Italic-${pkgver}.ttf::https://github.com/romkatv/powerlevel10k-media/raw/${_commit}/MesloLGS%20NF%20Bold%20Italic.ttf"