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

Levente Polyak anthraxx at gemini.archlinux.org
Mon Aug 29 21:44:55 UTC 2022


    Date: Monday, August 29, 2022 @ 21:44:55
  Author: anthraxx
Revision: 1286322

upgpkg: ruby-paint 2.3.0-1

Modified:
  ruby-paint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 21:44:51 UTC (rev 1286321)
+++ PKGBUILD	2022-08-29 21:44:55 UTC (rev 1286322)
@@ -3,8 +3,8 @@
 
 _gemname=paint
 pkgname=ruby-${_gemname}
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='Ruby paint manages terminal colors and effects'
 url='https://github.com/janlelis/paint'
 arch=('any')
@@ -13,12 +13,13 @@
 makedepends=('ruby-rake')
 options=('!emptydirs')
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('8190c220310b724defa0f482b264afe32bcfd00044380dbb3d8354050857f121c1e084bd737f7b9b89a6950ea4be2c87b7f7282854641df65918bfb6bead5450')
-b2sums=('f0d3e39244fd103e7f248161369189e2e5dafc7eb0f0813998e0da4a80714ab355ca1ebb9357695e97b57db49a90198a2efc0a4043a4e7bfd18fedf58515d113')
+sha512sums=('296c73ae3066f2114fdadfbaab81bb0f4b4893c8ab5b41d5dc8ef511104541df2a1bfd9f35582742769cb32e11ad22527fef7938952147eec6d4d36526fb5f60')
+b2sums=('6f9028c26966ba5c7e0b7de0e9957b2cd73585679347f281a07d2ac95ab5d12f043580cc5afba8f68fd416854c1824b18ed1f53e11f24277f1718786729e66b9')
 
 prepare() {
   cd ${_gemname}-${pkgver}
   sed -r 's|~>|>=|g' -i paint.gemspec
+  sed '/.travis.yml/d' -i paint.gemspec
 }
 
 build() {



More information about the arch-commits mailing list