[arch-commits] Commit in ruby-rouge/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Feb 8 13:58:41 UTC 2018


    Date: Thursday, February 8, 2018 @ 13:58:41
  Author: anthraxx
Revision: 290293

upgpkg: ruby-rouge 3.1.1-1

Modified:
  ruby-rouge/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-08 13:57:28 UTC (rev 290292)
+++ PKGBUILD	2018-02-08 13:58:41 UTC (rev 290293)
@@ -2,17 +2,17 @@
 
 _gemname=rouge
 pkgname=ruby-rouge
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc='Pure-ruby code highlighter that is compatible with pygments'
 url='http://rouge.jneen.net/'
 arch=('any')
 license=('MIT')
-depends=('ruby')
+depends=('ruby' 'ruby-rdoc')
 options=('!emptydirs')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jneen/rouge/archive/v${pkgver}.tar.gz)
-sha256sums=('77b00295a320f213c394bfc5726d45ab39141ab7d02cc1805a0d27201899f8fe')
-sha512sums=('e3bbe78f7744c691e72a48a21ff89085518eb33e69363020bdc643b7c83d655310b630b14ecfe034484ee54b4eb026c9a4cb17d8b3dd8a3953ed47cb4a88be8b')
+sha256sums=('4b20a3c6c30e6728bb8d5732ed43983b503b1619d4543df50adc8f749baa20de')
+sha512sums=('db082daf8e3977de32d33e0fd7d0a6721bf61525f65925f5ed0c1234892e470fe39ae1afd0b2dc9eb9aa629958543b802df4034b7e2a91517a51dc87e8a09c6b')
 
 prepare() {
   cd ${_gemname}-${pkgver}



More information about the arch-commits mailing list