summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Sexton2023-07-15 11:58:39 -0400
committerMatthew Sexton2023-07-15 11:58:39 -0400
commit2a52456d0619ac72743e596c776730a707f7c2bb (patch)
tree22e9535fbbeba055b66de92507968074845dbce4
parentcc23eb724e1925577f2304b75d629abf5b781736 (diff)
downloadaur-powerline-console-fonts.tar.gz
fix corrupt package error
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d6bc9a42a5a..75cbedacd75d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = powerline-console-fonts
pkgdesc = Various powerline patched fonts for the text console
pkgver = 20181111
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/powerline/fonts
arch = any
license = MIT
- source = powerline-console-fonts-20181111.tar.gz::https://github.com/powerline/fonts/archive/e80e3eba9091dac0655a0a77472e10f53e754bb0.tar.gz
+ source = powerline-console-fonts-e80e3eba9091dac0655a0a77472e10f53e754bb0.tar.gz::https://github.com/powerline/fonts/archive/e80e3eba9091dac0655a0a77472e10f53e754bb0.tar.gz
source = https://raw.githubusercontent.com/powerline/powerline/develop/LICENSE
sha512sums = 39947e2f59883f2631db5a2efdfdc3f110bd3d984da45d094e95729e4e7633ef95f9ff96ede71a7efa5eee96c7d967d2df77c37c9ea44288ee70bbead86fafe0
sha512sums = 837073c64e267a322b14ec88915c8583a3dbe4a60fd92e306402a3f0eddb147ff41f9860d257f3d5e32b0ee4db39b299fb3b7bbe59d6e6f102ec778cebe0bda4
diff --git a/PKGBUILD b/PKGBUILD
index a6d4d259d9e3..024fb26fc0fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ _pkgver=2018-11-11
_commit_hash=e80e3eba9091dac0655a0a77472e10f53e754bb0
pkgname=powerline-console-fonts
pkgver="${_pkgver//-/}"
-pkgrel=1
+pkgrel=2
pkgdesc="Various powerline patched fonts for the text console"
arch=('any')
url="https://github.com/powerline/fonts"
license=('MIT')
source=(
- "${pkgname}-${pkgver}.tar.gz::https://github.com/powerline/fonts/archive/${_commit_hash}.tar.gz"
+ "${pkgname}-${_commit_hash}.tar.gz::https://github.com/powerline/fonts/archive/${_commit_hash}.tar.gz"
"https://raw.githubusercontent.com/powerline/powerline/develop/LICENSE"
)
sha512sums=('39947e2f59883f2631db5a2efdfdc3f110bd3d984da45d094e95729e4e7633ef95f9ff96ede71a7efa5eee96c7d967d2df77c37c9ea44288ee70bbead86fafe0'