summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-09-24 23:47:14 +0200
committerkleintux2022-09-24 23:47:14 +0200
commitcfc422c7ea4842e277d0ce0528c3434f58810635 (patch)
tree2872cc6777a220e5639e9356e0ee9ed10fc34cc6
parent6eae1588f4e99b395131438954ea1423b586235e (diff)
downloadaur-cfc422c7ea4842e277d0ce0528c3434f58810635.tar.gz
fixed uniq source name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba3c6cc2b5ee..b689a5c0f96c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nerd-fonts-meslo
pkgdesc = Standalone Meslo (ttf-meslo) patched font from the nerd-fonts library
pkgver = 2.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ryanoasis/nerd-fonts
arch = any
groups = nerd-fonts
@@ -10,7 +10,7 @@ pkgbase = nerd-fonts-meslo
provides = nerd-fonts-meslo
conflicts = nerd-fonts-git
conflicts = nerd-fonts-complete
- source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/Meslo.zip
+ source = nerd-fonts-meslo-2.2.2::https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/Meslo.zip
source = https://github.com/ryanoasis/nerd-fonts/raw/v2.2.2/LICENSE
sha1sums = d57d073835504b217c4a2c13042ad637eed947e0
sha1sums = 3175046f10fc45ffaaf96f5e4023d12316db0688
diff --git a/PKGBUILD b/PKGBUILD
index dc9df2d7f3bd..3c19d6178cf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _nerdfonts_source='Meslo.zip'
pkgname=${_pkgbase}-${_font_pkgname}
pkgver=2.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone ${_font_name} (${_font_pkgbase}) patched font from the ${_pkgbase} library"
arch=("any")
url="https://github.com/ryanoasis/${_pkgbase}"
@@ -18,7 +18,7 @@ depends=('fontconfig')
provides=( ${pkgname} )
conflicts=( ${_pkgbase}-git ${_pkgbase}-complete )
groups=( ${_pkgbase} )
-source=("https://github.com/ryanoasis/${_pkgbase}/releases/download/v${pkgver}/${_nerdfonts_source}"
+source=("${pkgname}-${pkgver}::https://github.com/ryanoasis/${_pkgbase}/releases/download/v${pkgver}/${_nerdfonts_source}"
"https://github.com/ryanoasis/${_pkgbase}/raw/v${pkgver}/LICENSE")
sha1sums=('d57d073835504b217c4a2c13042ad637eed947e0'
'3175046f10fc45ffaaf96f5e4023d12316db0688')