summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjorn Neergaard2017-03-16 00:08:06 -0500
committerBjorn Neergaard2017-03-16 00:08:06 -0500
commit57fd44d803b81d6fb095f8abef89dae37a79bdc8 (patch)
treea37965f9be37ea9d4fe7501c1f0b9569b74c1d83 /PKGBUILD
parent72bdc25de501f8bf0442f828f34dcf5b6da5d4bb (diff)
downloadaur-57fd44d803b81d6fb095f8abef89dae37a79bdc8.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b3b3353ce3d..977375f4d19c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgname=ruby-haste
pkgname=ruby-haste
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc='Simple client for uploading text to a haste-server (hastebin)'
url='https://github.com/seejohnrun/haste-client'
license=('MIT')
source=("https://rubygems.org/downloads/haste-${pkgver}.gem")
-sha256sums=('d6c9d35d152d57532e5b9c32a58debad2c4bac8549f100efc1224e37ccd7b6f3')
+sha256sums=('d7b3e1c86233afaed58ca4fdb74d128d4e69cfb4fe7c139358f66f8c20023f77')
arch=('any')
-depends=('ruby' 'ruby-faraday-0.8' 'ruby-json')
+depends=('ruby' 'ruby-faraday' 'ruby-json')
package() {
cd "${srcdir}"