summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Hague2023-11-25 14:51:42 +0000
committerMatthew Hague2023-11-25 14:51:42 +0000
commitf904737683676ea4a8fde95a9981600a939028a6 (patch)
treed53ca1cf8cb9f870b6602b4cd9511950f8ca9ff0 /PKGBUILD
parent2bd657817f91721c504ab2c401f30a4ef2b25de1 (diff)
downloadaur-f904737683676ea4a8fde95a9981600a939028a6.tar.gz
Update to version 2.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')"