summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2020-07-15 14:11:31 +0000
committerimlonghao2020-07-15 14:11:31 +0000
commitcbd001077a8e0a06ff6b73db94a87a6aea9853db (patch)
tree71fcd811c517415994cfa2b457f5457999ee8b7f
parentae5e3b35249d58f1c49a6e878b87d98513baefa0 (diff)
downloadaur-cbd001077a8e0a06ff6b73db94a87a6aea9853db.tar.gz
New version 0.6.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d11f95f79d3a..0c7ea0ec1da3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby-rubyntlm
- pkgdesc = Ruby/NTLM provides message creator and parser for the NTLM authentication.
- pkgver = 0.5.2
+ pkgdesc = Ruby/NTLM library.
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/winrb/rubyntlm
arch = any
license = MIT
depends = ruby
- noextract = rubyntlm-0.5.2.gem
+ noextract = rubyntlm-0.6.2.gem
options = !emptydirs
- source = https://rubygems.org/downloads/rubyntlm-0.5.2.gem
- sha512sums = 29a29756b6788257f2ed9a3a7ef5cbdcd4b7871922658d922c46ee127a89848232450cb17b23d8f7fda023399d4ec9b1029c51f7a2fb7cdc635028e56e340aa5
+ source = https://rubygems.org/downloads/rubyntlm-0.6.2.gem
+ sha1sums = f62120e7663aff819f63c6e244018a359c8bb0e8
pkgname = ruby-rubyntlm
diff --git a/PKGBUILD b/PKGBUILD
index e43bc6554393..30015753ee31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Hao Long <aur@esd.cc>
_gemname=rubyntlm
pkgname=ruby-$_gemname
-pkgver=0.5.2
+pkgver=0.6.2
pkgrel=1
-pkgdesc='Ruby/NTLM provides message creator and parser for the NTLM authentication.'
+pkgdesc='Ruby/NTLM library.'
arch=(any)
url='https://github.com/winrb/rubyntlm'
license=(MIT)
-depends=('ruby')
+depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha512sums=('29a29756b6788257f2ed9a3a7ef5cbdcd4b7871922658d922c46ee127a89848232450cb17b23d8f7fda023399d4ec9b1029c51f7a2fb7cdc635028e56e340aa5')
+sha1sums=('f62120e7663aff819f63c6e244018a359c8bb0e8')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"