summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsunori Aoki2018-03-16 13:29:23 +0900
committerTatsunori Aoki2018-03-16 13:29:23 +0900
commit2305153269cd7452e40309807c51710f17e405fe (patch)
tree39c975acbcf1ebe9077e8371874a683797b4b3a7
parent3bc834b56abf24279f85a1bdd85a49c86f09118b (diff)
downloadaur-2305153269cd7452e40309807c51710f17e405fe.tar.gz
updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8742ebc696e0..7afd1d27836b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = man-pages-ja
pkgdesc = Man pages for Japanese
- pkgver = 20180215
+ pkgver = 20180315
pkgrel = 1
url = https://linuxjm.osdn.jp
install = man-pages-ja.install
@@ -9,8 +9,8 @@ pkgbase = man-pages-ja
makedepends = perl
optdepends = mdocml: makewhatis support
conflicts = man-pages-ja-git
- source = https://linuxjm.osdn.jp/man-pages-ja-20180215.tar.gz
- md5sums = 2a4360e0b64de35575790aaee88abdb0
+ source = https://linuxjm.osdn.jp/man-pages-ja-20180315.tar.gz
+ md5sums = d83e89ccf397916c54bbc6275014068e
pkgname = man-pages-ja
diff --git a/PKGBUILD b/PKGBUILD
index 4b08fa23732e..ade242268cfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tatsunori Aoki <ginjiro.135 at gmail dot com>
pkgname=man-pages-ja
-pkgver=20180215
+pkgver=20180315
pkgrel=1
pkgdesc="Man pages for Japanese"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('perl')
conflicts=('man-pages-ja-git')
install="${pkgname}.install"
source=("https://linuxjm.osdn.jp/man-pages-ja-${pkgver}.tar.gz")
-md5sums=('2a4360e0b64de35575790aaee88abdb0')
+md5sums=('d83e89ccf397916c54bbc6275014068e')
prepare() {