summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-06-27 20:05:41 +0200
committerGoliathLabs2020-06-27 20:05:41 +0200
commite362d06deb1e006ebcc21ccdcb133340335c74bc (patch)
tree2d7332907b9b2e97682cd485ea0762779e1af637 /PKGBUILD
parentdec31b88f82b7ead7e6b4f7c559ed72c15527412 (diff)
downloadaur-ruby-mqtt.tar.gz
Updated: 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c661b3eb1eb..6171923a505c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,10 @@
-# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
+# Maintainer:
+# Contributor: Felix Golatofski <contact@xdfr.de>
+# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
+
_gemname=mqtt
pkgname=ruby-$_gemname
-pkgver=0.3.1
+pkgver=0.5.0
pkgrel=1
pkgdesc="Pure Ruby gem that implements the MQTT protocol"
arch=('any')
@@ -9,9 +12,9 @@ url="https://github.com/njh/ruby-mqtt"
license=('MIT')
depends=('ruby')
makedepends=('rubygems')
-source=(http://rubygems.org/downloads/$_gemname-$pkgver.gem)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-md5sums=('a38d295ac0f4a9bcd1790b244425fa3f')
+sha512sums=('998c795f742711053de235b2b71f1860a7c7c3c22a8d3c845c5e0e0c9215b74330e71fb50798e8d45a9b188f588370b988446000a33e1e9b2f6ec85c4a59dac7')
package() {
cd "$srcdir"