summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-01-30 16:11:28 +0300
committerViktor Drobot2020-01-30 16:11:28 +0300
commitab647ca848d62a11eb995bb745d120c27c75f3c0 (patch)
tree087588f8c182861b54c3c56fdde3970befb498f5
parent102e7c49cbfa320484856f97e6768b4d8881d43f (diff)
downloadaur-ruby-rr-bootstrap.tar.gz
Fixed pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a20e6373eec2..eb85cd680718 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = ruby-rr-bootstrap
- pkgdesc = RR is a test double framework that features a rich selection of double techniques and a terse syntax
+ pkgdesc = RR is a test double framework that features a rich selection of double techniques and a terse syntax (bootstrap version)
pkgver = 1.2.1
pkgrel = 1
url = https://rr.github.io/rr
diff --git a/PKGBUILD b/PKGBUILD
index 278d6e2febe6..905bd0d1c4ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gemname="rr"
pkgname="ruby-${_gemname}-bootstrap"
pkgver=1.2.1
pkgrel=1
-pkgdesc="RR is a test double framework that features a rich selection of double techniques and a terse syntax"
+pkgdesc="RR is a test double framework that features a rich selection of double techniques and a terse syntax (bootstrap version)"
arch=(any)
url="https://rr.github.io/rr"
license=("MIT")