summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Galeotti2017-04-07 10:41:18 -0300
committerBruno Galeotti2017-04-07 10:41:18 -0300
commitd525aed0d79b7331cd0a40f013b051f1c7d7a589 (patch)
tree0ffc8cc28485b08faaf041047f8ce6e84121109f
parent14340da05846a2deab844d80a0183265fc271053 (diff)
downloadaur-d525aed0d79b7331cd0a40f013b051f1c7d7a589.tar.gz
Update to v1.2.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 683b2c31aff0..10a9664f5dd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby-capistrano-maintenance
- pkgdesc = This gem simply offers the recently removed deploy:web:disable and deploy:web:enable tasks to your Capistrano deployment.
- pkgver = 0.0.2
+ pkgdesc = Maintenance Page Support For Capistrano.
+ pkgver = 1.2.0
pkgrel = 1
url = http://rubygems.org/gems/capistrano-maintenance
arch = any
- license = Custom
+ license = MIT
depends = ruby
depends = rubygems
- noextract = capistrano-maintenance-0.0.2.gem
- source = http://rubygems.org/downloads/capistrano-maintenance-0.0.2.gem
- md5sums = 959dc359a7d0e4eb13fc553aa4227440
+ noextract = capistrano-maintenance-1.2.0.gem
+ source = http://rubygems.org/downloads/capistrano-maintenance-1.2.0.gem
+ sha256sums = 81feb673381503e80e0d6f2bdcdd681b520c3f23294ca2f1000f84555e8f0eec
pkgname = ruby-capistrano-maintenance
diff --git a/PKGBUILD b/PKGBUILD
index 8a4a6562eae0..31cdbd91b5bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
pkgname=ruby-capistrano-maintenance
_gemname=${pkgname#ruby-}
-pkgver=0.0.2
+pkgver=1.2.0
pkgrel=1
-pkgdesc='This gem simply offers the recently removed deploy:web:disable and deploy:web:enable tasks to your Capistrano deployment.'
+pkgdesc='Maintenance Page Support For Capistrano.'
arch=('any')
url='http://rubygems.org/gems/capistrano-maintenance'
-license=('Custom')
+license=('MIT')
depends=('ruby' 'rubygems')
source=(http://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
noextract=(${_gemname}-${pkgver}.gem)
-md5sums=('959dc359a7d0e4eb13fc553aa4227440')
+sha256sums=('81feb673381503e80e0d6f2bdcdd681b520c3f23294ca2f1000f84555e8f0eec')
-build() {
+package() {
cd "${srcdir}"
export HOME=/tmp
local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"