summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2016-02-12 16:07:36 +0100
committerPhilipp Wolfer2016-02-12 16:07:36 +0100
commit71c69f2a9528bdb607586a84ed8f66b582c532ba (patch)
tree83767e87f15db8ba3e9449a0ec552ecd3bb2a808
parentb89c956ca1c82ad752b43f8a121badfc0230547f (diff)
downloadaur-71c69f2a9528bdb607586a84ed8f66b582c532ba.tar.gz
New upstream release 1.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 562970468d66..98d767e5a887 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 12 13:53:58 UTC 2016
+# Fri Feb 12 15:07:36 UTC 2016
pkgbase = ruby-discid
pkgdesc = Ruby bindings for the MusicBrainz DiscID library libdiscid.
- pkgver = 1.1.2
+ pkgver = 1.2.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.1.2.gem
- source = http://gems.rubyforge.org/gems/discid-1.1.2.gem
- sha256sums = 7cbb908b347ddcadec21a2164ebe24e594077f35b772cc18bd877ea5b0b88693
+ noextract = discid-1.2.0.gem
+ source = http://gems.rubyforge.org/gems/discid-1.2.0.gem
+ sha256sums = 664d0317f0122355061e8b4fd00a64ab3426170e1f30eb43cd0aeefdbf8c31ee
pkgname = ruby-discid
diff --git a/PKGBUILD b/PKGBUILD
index 186d8dbe2711..b8f571a45bd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
_gemname=discid
pkgname=ruby-$_gemname
-pkgver=1.1.2
+pkgver=1.2.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=(7cbb908b347ddcadec21a2164ebe24e594077f35b772cc18bd877ea5b0b88693)
+sha256sums=(664d0317f0122355061e8b4fd00a64ab3426170e1f30eb43cd0aeefdbf8c31ee)
package() {
cd "$srcdir"