summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaïm Favier2019-05-04 14:15:34 +0200
committerNaïm Favier2019-05-04 14:15:34 +0200
commit83d892944e8fb8573232ff6fed62f00793f22d5a (patch)
treea4c956125546dbdb62579bceb8a04c34b25e0ef2
parent1e7fad22daad1e7332efcf068c8bbbc212fd3f77 (diff)
downloadaur-83d892944e8fb8573232ff6fed62f00793f22d5a.tar.gz
openlab.jp is back online
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31d5f7df0fe7..fe61913ff914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,10 +2,10 @@ pkgbase = efont-unicode-bdf
pkgdesc = The /efont/ Unicode Bitmap Fonts
pkgver = 0.4.2
pkgrel = 1
- url = https://web.archive.org/web/20150906103224/http://openlab.ring.gr.jp/efont/unicode/index.html.en
+ url = http://openlab.jp/efont/unicode/
arch = any
license = BSD
- source = https://web.archive.org/web/20150906103224/http://openlab.jp/efont/dist/unicode-bdf/efont-unicode-bdf-0.4.2.tar.bz2
+ source = http://openlab.jp/efont/dist/unicode-bdf/efont-unicode-bdf-0.4.2.tar.bz2
md5sums = 0c0acbb40e44d899472001302b1c9e48
pkgname = efont-unicode-bdf
diff --git a/PKGBUILD b/PKGBUILD
index cf88c3ef500a..a2c8e0c2046a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
-# Maintainer: Naïm Favier <fnaim42 at gmail dot com>
-
+# Maintainer: Naïm Favier <fnaim42@gmail.com>
pkgname=efont-unicode-bdf
-pkgver='0.4.2'
+pkgver=0.4.2
pkgrel=1
-pkgdesc='The /efont/ Unicode Bitmap Fonts'
+pkgdesc="The /efont/ Unicode Bitmap Fonts"
arch=(any)
-url='https://web.archive.org/web/20150906103224/http://openlab.ring.gr.jp/efont/unicode/index.html.en'
+url="http://openlab.jp/efont/unicode/"
license=('BSD')
-source=("https://web.archive.org/web/20150906103224/http://openlab.jp/efont/dist/unicode-bdf/$pkgname-$pkgver.tar.bz2")
+source=("http://openlab.jp/efont/dist/unicode-bdf/$pkgname-$pkgver.tar.bz2")
md5sums=('0c0acbb40e44d899472001302b1c9e48')
package() {
cd "$pkgname-$pkgver"
install -Dm 644 -t "$pkgdir"/usr/share/fonts/misc *.bdf
- install -Dm 644 -t "$pkgdir"/usr/share/licenses/"$pkgname" COPYRIGHT
+ install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYRIGHT
}