summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hague2023-11-25 14:51:42 +0000
committerMatthew Hague2023-11-25 14:51:42 +0000
commitf904737683676ea4a8fde95a9981600a939028a6 (patch)
treed53ca1cf8cb9f870b6602b4cd9511950f8ca9ff0
parent2bd657817f91721c504ab2c401f30a4ef2b25de1 (diff)
downloadaur-f904737683676ea4a8fde95a9981600a939028a6.tar.gz
Update to version 2.10
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e5a78bbe36b..43d7e7c4965c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Jan 28 22:53:20 UTC 2016
pkgbase = ruby-icalendar
pkgdesc = Internet calendaring, Ruby style
- pkgver = 2.3.0
- pkgrel = 3
+ pkgver = 2.10.0
+ pkgrel = 4
url = https://github.com/icalendar/icalendar
arch = any
license = Ruby
optdepends = ruby-activesupport-3: ActiveSupport is required for TimeWithZone support, but not required for general use.
- noextract = icalendar-2.3.0.gem
+ noextract = icalendar-2.10.0.gem
options = !emptydirs
- source = http://rubygems.org/downloads/icalendar-2.3.0.gem
- sha256sums = e03c0b2a52438c78661ab56297b0cbeef48c53528814ca0e0169a2235d43527f
+ source = http://rubygems.org/downloads/icalendar-2.10.0.gem
+ sha256sums = 7c6f14397ba22ad7b03743bd26780ac90bd17641956fa225ba912024168eb797
pkgname = ruby-icalendar
-
diff --git a/PKGBUILD b/PKGBUILD
index efc4dbca4923..3e01eb8d44ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Matthew Hague <matthewhague@zoho.com>
pkgname=ruby-icalendar
-pkgver=2.3.0
-pkgrel=3
+pkgver=2.10.0
+pkgrel=4
pkgdesc='Internet calendaring, Ruby style'
arch=('any')
url='https://github.com/icalendar/icalendar'
@@ -13,7 +13,7 @@ optdepends=('ruby-activesupport-3: ActiveSupport is required for TimeWithZone su
options=('!emptydirs')
source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem")
noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('e03c0b2a52438c78661ab56297b0cbeef48c53528814ca0e0169a2235d43527f')
+sha256sums=('7c6f14397ba22ad7b03743bd26780ac90bd17641956fa225ba912024168eb797')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"