summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Maunier2020-01-27 09:04:51 +0100
committerFlorian Maunier2020-01-27 09:04:51 +0100
commitd278d7bc11f6a9569ccf3ea8051d28501def0c16 (patch)
tree729dd6945910bbbd1f006f5f3cae42081ac5e774
parent1efbc451d149a2e68254d1f721c9e291317522e3 (diff)
downloadaur-d278d7bc11f6a9569ccf3ea8051d28501def0c16.tar.gz
Update to 1.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81db752c94f4..381f5f1cacda 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.3.1
+ pkgver = 1.3.2
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.3.1.gem
+ noextract = colorls-1.3.2.gem
options = !emptydirs
- source = https://rubygems.org/downloads/colorls-1.3.1.gem
- sha1sums = c164695be2d5d896f737e76ebefe8af8a81ed92d
+ source = https://rubygems.org/downloads/colorls-1.3.2.gem
+ sha1sums = 61b6f31254979a6b09a52bd169a6e31cb7ba7280
pkgname = ruby-colorls
diff --git a/PKGBUILD b/PKGBUILD
index 2e6f0275ce18..fe8d80e1e121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=colorls
pkgname=ruby-$_gemname
-pkgver=1.3.1
+pkgver=1.3.2
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=('c164695be2d5d896f737e76ebefe8af8a81ed92d')
+sha1sums=('61b6f31254979a6b09a52bd169a6e31cb7ba7280')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"