summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f237e4f7861d..fc79e7565d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby-git_remote_branch
_pkgname=git_remote_branch
-pkgver=0.3.7
+pkgver=0.3.8
pkgrel=1
pkgdesc="git_remote_branch is a learning tool to ease the interaction with remote branches in simple situations."
arch=(any)
@@ -12,7 +12,7 @@ depends=('ruby' 'ruby-rainbow' 'git')
makedepends=(rubygems)
source=(https://rubygems.org/downloads/$_pkgname-$pkgver.gem)
noextract=($_pkgname-$pkgver.gem)
-md5sums=('912622b0b755c317acc8135b8c4e56cf')
+md5sums=('a294e53edca821a6f4991d5caa3be4aa')
package() {
local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"