summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Ackerman2021-01-08 20:19:09 -0800
committerBrad Ackerman2021-01-08 20:19:09 -0800
commitd9cb6e132ce4a69a761bedd10f7e5b5fa7edcc0c (patch)
treeb3f9efd656911a074a12584c979b959089adec89
parentc0b88ced03620fa5ec865741f1aacc07b56f5be0 (diff)
downloadaur-d9cb6e132ce4a69a761bedd10f7e5b5fa7edcc0c.tar.gz
Bump version to 1.4.3.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a77eb40b015..38cc9eb18559 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.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/athityakumar/colorls
arch = any
@@ -10,10 +10,11 @@ pkgbase = ruby-colorls
depends = ruby-filesize
depends = ruby-manpages
depends = ruby-rainbow
- noextract = colorls-1.4.2.gem
+ depends = ruby-unicode-display_width
+ noextract = colorls-1.4.3.gem
options = !emptydirs
- source = https://rubygems.org/downloads/colorls-1.4.2.gem
- sha256sums = ab89b4a801ba55d8eb1f10b4e4ba803793b704eb55034583fda5513af939836b
+ source = https://rubygems.org/downloads/colorls-1.4.3.gem
+ sha256sums = b8ee2ea45450c2387e33aa429d9ee8f73a70b26d73874f14e788f7f7714a2df1
pkgname = ruby-colorls
diff --git a/PKGBUILD b/PKGBUILD
index 4585ad2564b6..d73ca77f7f56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
_gemname=colorls
pkgname=ruby-$_gemname
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc='A Ruby CLI gem that beautifies the terminal'\''s ls command, with color and font-awesome icons.'
arch=(any)
url='https://github.com/athityakumar/colorls'
license=(MIT)
-depends=(ruby ruby-clocale ruby-filesize ruby-manpages ruby-rainbow)
+depends=(ruby ruby-clocale ruby-filesize ruby-manpages ruby-rainbow ruby-unicode-display_width)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('ab89b4a801ba55d8eb1f10b4e4ba803793b704eb55034583fda5513af939836b')
+sha256sums=('b8ee2ea45450c2387e33aa429d9ee8f73a70b26d73874f14e788f7f7714a2df1')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"