summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaosKid422017-05-02 09:20:42 +0200
committerChaosKid422017-05-02 09:20:42 +0200
commitcf76949f07bf0a6c4951443189fa2623dd370ba4 (patch)
treeb816d50e13ce0b75d0888eb40b24c222e95abfc5
parent68186a02fc0fd7103dc1b507af8aeb503a25d223 (diff)
downloadaur-cf76949f07bf0a6c4951443189fa2623dd370ba4.tar.gz
updated to v0.26.0b5
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3ea68fcb3df..7e3655351580 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 6 16:14:38 UTC 2016
+# Tue May 2 07:20:24 UTC 2017
pkgbase = ruby-rugged
pkgdesc = Rugged is a Ruby binding to the libgit2 linkable library
- pkgver = 0.24.0
- pkgrel = 3
+ pkgver = 0.26.0b5
+ pkgrel = 1
url = https://github.com/libgit2/rugged
arch = i686
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = ruby-rugged
makedepends = cmake
depends = ruby
depends = libgit2
- noextract = rugged-0.24.0.gem
+ noextract = rugged-0.26.0b5.gem
options = !emptydirs
- source = https://rubygems.org/downloads/rugged-0.24.0.gem
- sha1sums = c86727976ba274d901433ef64d3a8b9645822841
+ source = https://rubygems.org/downloads/rugged-0.26.0b5.gem
+ sha1sums = 6ece967214a56be9bd414076b639309a6dde097b
pkgname = ruby-rugged
diff --git a/PKGBUILD b/PKGBUILD
index 843ab1664627..247a364a2b6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_gemname=rugged
pkgname=ruby-$_gemname
-pkgver=0.24.0
-pkgrel=3
+pkgver=0.26.0b5
+pkgrel=1
pkgdesc='Rugged is a Ruby binding to the libgit2 linkable library'
arch=(i686 x86_64)
url='https://github.com/libgit2/rugged'
@@ -15,7 +15,7 @@ makedepends=(cmake)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('c86727976ba274d901433ef64d3a8b9645822841')
+sha1sums=('6ece967214a56be9bd414076b639309a6dde097b')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"