summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredgloboli2022-10-17 10:47:45 +0200
committerredgloboli2022-10-17 10:47:45 +0200
commite7c8175b47c80f60fedefed200c90139ae61784b (patch)
treef0ad9403661ff711253deaf565d96b66b88301b8
parent5084774f8a8794793ab6ed09d57c6207df5072df (diff)
downloadaur-ruby-colorls.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22afd0be150b..14d2812a34c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-colorls
pkgdesc = A Ruby CLI gem that beautifies the terminal's ls command, with color and font-awesome icons.
- pkgver = 1.4.4
+ pkgver = 1.4.6
pkgrel = 1
url = https://github.com/athityakumar/colorls
arch = any
@@ -12,10 +12,9 @@ pkgbase = ruby-colorls
depends = ruby-rainbow
depends = ruby-unicode-display_width
depends = ruby-addressable
- noextract = colorls-1.4.4.gem
+ noextract = colorls-1.4.6.gem
options = !emptydirs
- source = https://rubygems.org/downloads/colorls-1.4.4.gem
- sha256sums = 2bbfd38d65fc89428edf6e772dd406b4340016ca49183c5ddbc0801855f32493
+ source = https://rubygems.org/downloads/colorls-1.4.6.gem
+ sha256sums = e98e349b2378cf0f8a086e23f41745183fb580cea1bb9ec98b5156458361299b
pkgname = ruby-colorls
-
diff --git a/PKGBUILD b/PKGBUILD
index 0b777f74f5fb..745454369026 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gemname=colorls
pkgname=ruby-$_gemname
-pkgver=1.4.4
+pkgver=1.4.6
pkgrel=1
pkgdesc='A Ruby CLI gem that beautifies the terminal'\''s ls command, with color and font-awesome icons.'
arch=(any)
@@ -14,7 +14,7 @@ depends=(ruby ruby-clocale ruby-filesize ruby-manpages ruby-rainbow ruby-unicode
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('2bbfd38d65fc89428edf6e772dd406b4340016ca49183c5ddbc0801855f32493')
+sha256sums=('e98e349b2378cf0f8a086e23f41745183fb580cea1bb9ec98b5156458361299b')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"