summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLopo2016-07-28 08:29:51 +0200
committerLopo2016-07-28 08:29:51 +0200
commit29ffac0d926ce61eefdf3f13d4393ed4ef2d5081 (patch)
tree112c8150c04596a9c59b35c30a0c23b9e0a8d413
parentb0c188c5dc88b316bc17e83a5b343e3e377ae8bd (diff)
downloadaur-29ffac0d926ce61eefdf3f13d4393ed4ef2d5081.tar.gz
v3.3.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13e195a678ba..bcedb26333c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Jul 28 06:29:35 UTC 2016
pkgbase = ruby-bootstrap-sass
pkgdesc = Official Sass port of Bootstrap
- pkgver = 3.3.6
+ pkgver = 3.3.7
pkgrel = 1
url = http://getbootstrap.com/css/#sass
arch = any
@@ -8,10 +10,10 @@ pkgbase = ruby-bootstrap-sass
makedepends = rubygems
depends = ruby-sass
optdepends = ruby-compass
- noextract = bootstrap-sass-3.3.6.gem
+ noextract = bootstrap-sass-3.3.7.gem
options = !strip
- source = http://gems.rubyforge.org/gems/bootstrap-sass-3.3.6.gem
- sha512sums = e2b29acb5ffbfe7f3427fe2e0cd5675941f7d69491d1525f2d8583122efc7b31fd9a35d09834b42695c6f3c85da98abcc9170640be057f11b4602ff0b9090837
+ source = http://gems.rubyforge.org/gems/bootstrap-sass-3.3.7.gem
+ sha512sums = c287c30c0a999448c67238b67de9dd94a02562b7ba9c51464aa1af326101986025c0202198faca3aa09864d0247ef4e793bc3b59e34681462f40c38d21ea389b
pkgname = ruby-bootstrap-sass
diff --git a/PKGBUILD b/PKGBUILD
index fbc6dc5a4c1b..016f62ebabd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=bootstrap-sass
pkgname=ruby-${_gemname}
-pkgver=3.3.6
+pkgver=3.3.7
pkgrel=1
pkgdesc='Official Sass port of Bootstrap'
arch=('any')
@@ -15,7 +15,7 @@ optdepends=("ruby-compass")
source=("http://gems.rubyforge.org/gems/${_gemname}-${pkgver}.gem")
noextract=("${_gemname}-${pkgver}.gem")
options=(!strip)
-sha512sums=('e2b29acb5ffbfe7f3427fe2e0cd5675941f7d69491d1525f2d8583122efc7b31fd9a35d09834b42695c6f3c85da98abcc9170640be057f11b4602ff0b9090837')
+sha512sums=('c287c30c0a999448c67238b67de9dd94a02562b7ba9c51464aa1af326101986025c0202198faca3aa09864d0247ef4e793bc3b59e34681462f40c38d21ea389b')
package() {
local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"