summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnndxb wxcy2019-02-20 14:11:04 -0500
committerrnndxb wxcy2019-02-20 14:11:04 -0500
commit872a0cc9274ece059e1218ee389c27a6ba921e94 (patch)
tree8156b998fbb72056407be8f7bad1efb76df832a3
parente99f3d9defbfb0ee9272abdad3fd6b0ba68a37a2 (diff)
downloadaur-872a0cc9274ece059e1218ee389c27a6ba921e94.tar.gz
Fix dead link
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc02c4f47a32..66df92e8d6ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ pkgbase = bdfresize
pkgdesc = A command to scale fonts in Bitmap Distribution Format
pkgver = 1.5
pkgrel = 1
- url = http://openlab.ring.gr.jp/efont
+ url = https://github.com/ntwk/bdfresize
arch = i686
arch = x86_64
license = GPL
- source = http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/bdfresize-1.5.tar.gz
+ source = https://github.com/ntwk/bdfresize/releases/download/v1.5/bdfresize-1.5.tar.gz
source = 010_ftbfs-gcc4.patch
source = 020_minus-sign.patch
sha256sums = 440cfc0620a0237e46352c14a0774caa3f3059759b0a20defefc94e8490897a6
diff --git a/PKGBUILD b/PKGBUILD
index 02c9075d5719..351789859854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgrel=1
epoch=
pkgdesc="A command to scale fonts in Bitmap Distribution Format"
arch=('i686' 'x86_64')
-url="http://openlab.ring.gr.jp/efont"
+url="https://github.com/ntwk/bdfresize"
license=('GPL')
-source=("$url/dist/tools/$pkgname/$pkgname-$pkgver.tar.gz"
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
"010_ftbfs-gcc4.patch"
"020_minus-sign.patch")
sha256sums=('440cfc0620a0237e46352c14a0774caa3f3059759b0a20defefc94e8490897a6'