summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2022-12-26 20:54:19 +0100
committerMichał Wojdyła2022-12-26 20:54:19 +0100
commitd6422a3d12917a48262fcdf30cfae85c14dbaa50 (patch)
treeffe56535d69ad22680a1d73ea0d1f88ccdcc5bc3 /PKGBUILD
parenta817818915a16f0460a4a6d750f058057f9bde43 (diff)
downloadaur-d6422a3d12917a48262fcdf30cfae85c14dbaa50.tar.gz
update to 0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a44840c00671..5a116e841045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Ali Mousavi <ali.mousavi@gmail.com>
+# Contributor: Ali Mousavi <ali.mousavi@gmail.com>
_gemname=xmlrpc
pkgname=ruby-$_gemname
-pkgver=0.3.0
+pkgver=0.3.2
pkgrel=1
pkgdesc='XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.'
arch=(any)
url='https://github.com/ruby/xmlrpc'
license=(GPL3)
-depends=(ruby)
+depends=(ruby-webrick)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('675dca50fbec3292f0f6e1217a59b2ac4163416d')
+sha1sums=('7e7e4720c12460ba95dadb0d488fa6a98defd849')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"