summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTau2019-11-19 23:05:48 +0200
committerTau2019-11-19 23:05:48 +0200
commit9e98dfe6e64395eae553c53f242578f20b38506c (patch)
tree98f029544ecaf0da8d90780308958a9d8fa86e36
parentf6a6cf8d789c308f566c01e28f94258171f46eaa (diff)
downloadaur-9e98dfe6e64395eae553c53f242578f20b38506c.tar.gz
Updated the source URL.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 340fa5be580f..779edd5c21d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fontcustom
pkgdesc = A tool for building icon fonts from svg images
pkgver = 2.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/FontCustom/fontcustom
arch = any
license = MIT
@@ -17,7 +17,7 @@ pkgbase = fontcustom
depends = ruby-listen
depends = ruby-ruby_dep
noextract = fontcustom-2.0.0.gem
- source = http://gems.rubyforge.org/gems/fontcustom-2.0.0.gem
+ source = https://rubygems.org/downloads/fontcustom-2.0.0.gem
sha256sums = c6da0f8d0b789acb33ae39059fea321b2198b45828e9f9b61ecbc9db53b92be5
pkgname = fontcustom
diff --git a/PKGBUILD b/PKGBUILD
index 2723b2d95697..3fb0828d8986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=fontcustom
pkgname=$_gemname
pkgver=2.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="A tool for building icon fonts from svg images"
arch=('any')
url="https://github.com/FontCustom/fontcustom"
@@ -11,7 +11,7 @@ license=('MIT')
depends=('ruby' 'zlib' 'fontforge' 'sfnt2woff' 'woff2' \
'ruby-json-1' 'ruby-thor' 'ruby-listen' 'ruby-ruby_dep')
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=('c6da0f8d0b789acb33ae39059fea321b2198b45828e9f9b61ecbc9db53b92be5')