summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2016-02-19 10:59:33 +0100
committerPhilipp Wolfer2016-02-19 10:59:33 +0100
commit476b563858e2a23684f135fcc00294333d6f21f2 (patch)
treed935e0878302abd781fe6d58a1da88fa15315cd1
parent71c69f2a9528bdb607586a84ed8f66b582c532ba (diff)
downloadaur-476b563858e2a23684f135fcc00294333d6f21f2.tar.gz
New upstream release 1.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98d767e5a887..5e870b4776d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 12 15:07:36 UTC 2016
+# Fri Feb 19 09:59:33 UTC 2016
pkgbase = ruby-discid
pkgdesc = Ruby bindings for the MusicBrainz DiscID library libdiscid.
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/phw/ruby-discid
arch = any
@@ -11,9 +11,9 @@ pkgbase = ruby-discid
depends = ruby
depends = ruby-ffi
depends = libdiscid
- noextract = discid-1.2.0.gem
- source = http://gems.rubyforge.org/gems/discid-1.2.0.gem
- sha256sums = 664d0317f0122355061e8b4fd00a64ab3426170e1f30eb43cd0aeefdbf8c31ee
+ noextract = discid-1.3.0.gem
+ source = http://gems.rubyforge.org/gems/discid-1.3.0.gem
+ sha256sums = 870e600c3ac52cd79fb37ef9f963bd6be6ce808b5c3e4db34d7d51d0b2dfbcbc
pkgname = ruby-discid
diff --git a/PKGBUILD b/PKGBUILD
index b8f571a45bd7..3ce30b5d0940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
_gemname=discid
pkgname=ruby-$_gemname
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Ruby bindings for the MusicBrainz DiscID library libdiscid."
arch=(any)
@@ -11,7 +11,7 @@ depends=(ruby ruby-ffi libdiscid) # Full dependency information is available in
makedepends=(rubygems)
source=(http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=(664d0317f0122355061e8b4fd00a64ab3426170e1f30eb43cd0aeefdbf8c31ee)
+sha256sums=(870e600c3ac52cd79fb37ef9f963bd6be6ce808b5c3e4db34d7d51d0b2dfbcbc)
package() {
cd "$srcdir"