summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a66255ce050..16f64a149188 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rvm
pkgdesc = RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
- pkgver = 1.29.9
- pkgrel = 2
+ pkgver = 1.29.10
+ pkgrel = 1
url = https://rvm.io/
arch = any
license = Apache License
diff --git a/PKGBUILD b/PKGBUILD
index fca3df16f48a..c9369176f671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Marcel Hoppe <hoppe.marcel@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
# https://github.com/rvm/rvm/
pkgname=rvm
pkgbase=${pkgname}
-pkgver=1.29.9
-pkgrel=2
+pkgver=1.29.10
+pkgrel=1
pkgdesc='RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.'
arch=('any')
url="https://rvm.io/"