summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaosKid422017-08-31 14:17:39 +0200
committerChaosKid422017-08-31 14:17:39 +0200
commit72b8c06db583cf8625c03531f5686313908236d0 (patch)
treeac3524de7bf49c6e42df777ef294c4e01aa08bee
parentcf76949f07bf0a6c4951443189fa2623dd370ba4 (diff)
downloadaur-72b8c06db583.tar.gz
updated to v0.26.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e3655351580..d81110bbca2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 2 07:20:24 UTC 2017
+# Thu Aug 31 12:17:24 UTC 2017
pkgbase = ruby-rugged
pkgdesc = Rugged is a Ruby binding to the libgit2 linkable library
- pkgver = 0.26.0b5
+ pkgver = 0.26.0
pkgrel = 1
url = https://github.com/libgit2/rugged
arch = i686
@@ -11,10 +11,10 @@ pkgbase = ruby-rugged
makedepends = cmake
depends = ruby
depends = libgit2
- noextract = rugged-0.26.0b5.gem
+ noextract = rugged-0.26.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/rugged-0.26.0b5.gem
- sha1sums = 6ece967214a56be9bd414076b639309a6dde097b
+ source = https://rubygems.org/downloads/rugged-0.26.0.gem
+ sha1sums = 04238f157b380638c9cf811376b81cdca7e55276
pkgname = ruby-rugged
diff --git a/PKGBUILD b/PKGBUILD
index 247a364a2b6a..aa6e5f0fb70c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gemname=rugged
pkgname=ruby-$_gemname
-pkgver=0.26.0b5
+pkgver=0.26.0
pkgrel=1
pkgdesc='Rugged is a Ruby binding to the libgit2 linkable library'
arch=(i686 x86_64)
@@ -15,7 +15,7 @@ makedepends=(cmake)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('6ece967214a56be9bd414076b639309a6dde097b')
+sha1sums=('04238f157b380638c9cf811376b81cdca7e55276')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"