summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2019-05-06 20:48:49 +0200
committerPhilipp Wolfer2019-05-06 20:48:49 +0200
commitb115564316ecc5e302ab8b6a4c926b646f3d513f (patch)
treeb858b896202dcfcc29ca4b63ef390f30fbf6499e
parentf09adfa23159897b2a8c0f073c63039189935ac5 (diff)
downloadaur-b115564316ecc5e302ab8b6a4c926b646f3d513f.tar.gz
Fixed download link
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c561ba53b6ad..4b53d40a5a3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-discid
pkgdesc = Ruby bindings for the MusicBrainz DiscID library libdiscid.
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/phw/ruby-discid
arch = any
license = LGPL3
@@ -11,8 +11,8 @@ pkgbase = ruby-discid
depends = ruby-ffi
depends = libdiscid
noextract = discid-1.4.0.gem
- source = http://gems.rubyforge.org/gems/discid-1.4.0.gem
- sha256sums = f07385b7200b7112cc91ab749cc0658e0cc2a6b7d617da7e14164b91cd22ff6b
+ source = https://rubygems.org/downloads/discid-1.4.0.gem
+ sha256sums = 35bd45adad20ac50293e10926af0bac0e0f4057513d605d3908d996dfece9d01
pkgname = ruby-discid
diff --git a/PKGBUILD b/PKGBUILD
index 5a3bf59a3a79..d47429f50bbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_gemname=discid
pkgname=ruby-$_gemname
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Ruby bindings for the MusicBrainz DiscID library libdiscid."
arch=(any)
url="https://github.com/phw/ruby-discid"
license=('LGPL3')
depends=(ruby ruby-ffi libdiscid) # Full dependency information is available in the yaml specification
makedepends=(rubygems ruby-rdoc)
-source=(http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=(f07385b7200b7112cc91ab749cc0658e0cc2a6b7d617da7e14164b91cd22ff6b)
+sha256sums=(35bd45adad20ac50293e10926af0bac0e0f4057513d605d3908d996dfece9d01)
package() {
cd "$srcdir"