summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d1a5f0f586..42d7d1795d56 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.19.0
+ pkgver = 1.19.1
pkgrel = 1
url = https://github.com/ruby-git/ruby-git
arch = any
@@ -21,7 +21,7 @@ pkgbase = ruby-git
depends = git
depends = ruby-addressable
depends = ruby-rchardet
- source = git+https://github.com/ruby-git/ruby-git.git#tag=v1.19.0
+ source = git+https://github.com/ruby-git/ruby-git.git#tag=v1.19.1
sha256sums = SKIP
pkgname = ruby-git
diff --git a/PKGBUILD b/PKGBUILD
index a4f12d6ebc71..2f3bef2028b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=git
pkgname=ruby-$_gemname
-pkgver=1.19.0
+pkgver=1.19.1
pkgrel=1
pkgdesc="Ruby library to manipulate git repositories by wrapping system calls to the git binary"
arch=(any)