summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2019-05-06 20:44:11 +0200
committerPhilipp Wolfer2019-05-06 20:44:11 +0200
commitf09adfa23159897b2a8c0f073c63039189935ac5 (patch)
treee4bdbcd4ebb6ee20818aacbc10d7450deb02bc06
parent05cebf53cfde33617fd2bafa95cc0b3485c1468c (diff)
downloadaur-f09adfa23159897b2a8c0f073c63039189935ac5.tar.gz
Release 1.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df7871f38bab..c561ba53b6ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-discid
pkgdesc = Ruby bindings for the MusicBrainz DiscID library libdiscid.
- pkgver = 1.3.1
- pkgrel = 3
+ pkgver = 1.4.0
+ pkgrel = 1
url = https://github.com/phw/ruby-discid
arch = any
license = LGPL3
@@ -10,9 +10,9 @@ pkgbase = ruby-discid
depends = ruby
depends = ruby-ffi
depends = libdiscid
- noextract = discid-1.3.1.gem
- source = http://gems.rubyforge.org/gems/discid-1.3.1.gem
- sha256sums = 879546ca91dc3a1505322c77a63f8efc8b1c9a2bc85b03c609745fe329c84054
+ noextract = discid-1.4.0.gem
+ source = http://gems.rubyforge.org/gems/discid-1.4.0.gem
+ sha256sums = f07385b7200b7112cc91ab749cc0658e0cc2a6b7d617da7e14164b91cd22ff6b
pkgname = ruby-discid
diff --git a/PKGBUILD b/PKGBUILD
index e8b62b78091d..5a3bf59a3a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
_gemname=discid
pkgname=ruby-$_gemname
-pkgver=1.3.1
-pkgrel=3
+pkgver=1.4.0
+pkgrel=1
pkgdesc="Ruby bindings for the MusicBrainz DiscID library libdiscid."
arch=(any)
url="https://github.com/phw/ruby-discid"
@@ -11,7 +11,7 @@ depends=(ruby ruby-ffi libdiscid) # Full dependency information is available in
makedepends=(rubygems ruby-rdoc)
source=(http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=(879546ca91dc3a1505322c77a63f8efc8b1c9a2bc85b03c609745fe329c84054)
+sha256sums=(f07385b7200b7112cc91ab749cc0658e0cc2a6b7d617da7e14164b91cd22ff6b)
package() {
cd "$srcdir"