summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Cesari2019-06-04 21:35:13 +0200
committerLuca Cesari2019-06-04 21:35:13 +0200
commit03e6787142b1e26e975361dbf3669bba746d6d97 (patch)
treefa94099fd177dd6ece0267d153058652bc54ceca
parentbb5c556765cbff6cedf44969d20506da8a3a4f71 (diff)
downloadaur-03e6787142b1e26e975361dbf3669bba746d6d97.tar.gz
Update to version 2.2.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 152d27383f61..5e65ce0d7982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = ruby-xdg
pkgdesc = XDG provides a module for supporting the XDG Base Directory Standard
- pkgver = 2.2.3
- pkgrel = 3
+ pkgver = 2.2.5
+ pkgrel = 1
url = https://github.com/rubyworks/xdg
arch = any
license = BSD
makedepends = rubygems
depends = ruby
depends = ruby-rdoc
- noextract = xdg-2.2.3.gem
- source = http://rubygems.org/downloads/xdg-2.2.3.gem
- md5sums = 889498527b5e08fb080503614cee29ef
+ noextract = xdg-2.2.5.gem
+ source = http://rubygems.org/downloads/xdg-2.2.5.gem
+ md5sums = 19cb2211f1eaa59c8940cc37f2b950a0
pkgname = ruby-xdg
diff --git a/PKGBUILD b/PKGBUILD
index 553e13b0f5f2..c4f154869305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Luca Cesari < luca AT cesari DOT me>
_gemname=xdg
pkgname=ruby-xdg
-pkgver=2.2.3
-pkgrel=3
+pkgver=2.2.5
+pkgrel=1
pkgdesc="XDG provides a module for supporting the XDG Base Directory Standard"
arch=(any)
url="https://github.com/rubyworks/xdg"
@@ -11,7 +11,7 @@ depends=(ruby ruby-rdoc)
makedepends=(rubygems)
source=(http://rubygems.org/downloads/xdg-$pkgver.gem)
noextract=(xdg-$pkgver.gem)
-md5sums=('889498527b5e08fb080503614cee29ef')
+md5sums=('19cb2211f1eaa59c8940cc37f2b950a0')
package() {
cd $srcdir