summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2021-07-09 17:28:44 -0400
committerMario Finelli2021-07-09 17:28:44 -0400
commite0ea4189a7ca13f19ccaa7036f37961bb26fc4c0 (patch)
treeb774eed23b5dbd4766ca1b23cb04997c980a1db9
parentef483bae1ed4ccb8e6816a39cca7f189f17c08a9 (diff)
downloadaur-e0ea4189a7ca13f19ccaa7036f37961bb26fc4c0.tar.gz
upgpkg: ruby-git 1.9.1-1
upstream release
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64e8e5d63986..df97c8872b9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-git
pkgdesc = Ruby library to manipulate git repositories by wrapping system calls to the git binary
- pkgver = 1.8.1
+ pkgver = 1.9.1
pkgrel = 1
url = https://github.com/schacon/ruby-git
arch = any
@@ -9,8 +9,7 @@ pkgbase = ruby-git
makedepends = ruby-rdoc
depends = ruby
depends = git
- source = git+https://github.com/ruby-git/ruby-git.git?tag=v1.8.1
+ source = git+https://github.com/ruby-git/ruby-git.git?tag=v1.9.1
sha256sums = SKIP
pkgname = ruby-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 41aebbb1bcac..d0aa22f81e05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=git
pkgname=ruby-$_gemname
-pkgver=1.8.1
+pkgver=1.9.1
pkgrel=1
pkgdesc="Ruby library to manipulate git repositories by wrapping system calls to the git binary"
arch=(any)