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

Andreas Schleifer segaja at gemini.archlinux.org
Sun Aug 28 11:38:00 UTC 2022


    Date: Sunday, August 28, 2022 @ 11:37:59
  Author: segaja
Revision: 1285076

upgpkg: ruby-docile 1.4.0-3: add tests

Modified:
  ruby-docile/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-28 11:26:19 UTC (rev 1285075)
+++ PKGBUILD	2022-08-28 11:37:59 UTC (rev 1285076)
@@ -4,13 +4,13 @@
 _gemname='docile'
 pkgname="ruby-${_gemname}"
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="keeps your Ruby DSLs tame and well-behaved"
 arch=('any')
 url='https://ms-ati.github.io/docile'
 license=('MIT')
 depends=('ruby')
-#checkdepends=('ruby-rake' 'ruby-rspec')
+checkdepends=('ruby-rake' 'ruby-rspec' 'ruby-simplecov')
 options=(!emptydirs)
 source=("https://github.com/ms-ati/docile/archive/v$pkgver/$_gemname-$pkgver.tar.gz")
 sha512sums=('78350144a9b0d84d6025770d05b1e9999f34ce431691c08e73232f8b10537bc265f9f06409ff6feabf2e6f20d018dbb83aaf8c0f66e7dcec3e195475820481cd')
@@ -28,12 +28,12 @@
   gem build "${_gemname}.gemspec"
 }
 
-#check() {
-#  cd "${_gemname}-${pkgver}"
-#
-#  rake spec
-#}
+check() {
+  cd "${_gemname}-${pkgver}"
 
+  rake spec
+}
+
 package() {
   cd "${_gemname}-${pkgver}"
 



More information about the arch-commits mailing list