summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Maunier2020-01-15 10:44:52 +0100
committerFlorian Maunier2020-01-15 10:47:24 +0100
commit1efbc451d149a2e68254d1f721c9e291317522e3 (patch)
tree47704ffd49493ad5fcbd0ab71f92b006a104975c
parentaebf535ecba2fd28c3e6229b876d3f70cc1dbb40 (diff)
downloadaur-1efbc451d149a2e68254d1f721c9e291317522e3.tar.gz
Update to 1.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c48ac34ebad3..81db752c94f4 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.2.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/athityakumar/colorls
arch = any
@@ -10,10 +10,10 @@ pkgbase = ruby-colorls
depends = ruby-filesize
depends = ruby-manpages
depends = ruby-rainbow
- noextract = colorls-1.2.0.gem
+ noextract = colorls-1.3.1.gem
options = !emptydirs
- source = https://rubygems.org/downloads/colorls-1.2.0.gem
- sha1sums = b976da5c7d77c2f59c06cf1a07ef7b9f34e54cd0
+ source = https://rubygems.org/downloads/colorls-1.3.1.gem
+ sha1sums = c164695be2d5d896f737e76ebefe8af8a81ed92d
pkgname = ruby-colorls
diff --git a/PKGBUILD b/PKGBUILD
index 52ea384ac02b..2e6f0275ce18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=colorls
pkgname=ruby-$_gemname
-pkgver=1.2.0
+pkgver=1.3.1
pkgrel=1
pkgdesc='A Ruby CLI gem that beautifies the terminal'\''s ls command, with color and font-awesome icons.'
arch=(any)
@@ -13,7 +13,7 @@ depends=(ruby ruby-clocale ruby-filesize ruby-manpages ruby-rainbow)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('b976da5c7d77c2f59c06cf1a07ef7b9f34e54cd0')
+sha1sums=('c164695be2d5d896f737e76ebefe8af8a81ed92d')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"