summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6ef654d01da..0a2a0926146b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = man-pages-ja
pkgdesc = Man pages for Japanese
pkgver = 0.5.0.0.20150805
- pkgrel = 1
- url = http://sourceforge.jp/projects/linuxjm/
+ pkgrel = 2
+ url = http://osdn.jp/projects/linuxjm/
arch = any
license = custom
makedepends = git
makedepends = expect
- provides = man-pages-ja
- conflicts = man-pages-ja
- source = git+git://git.sourceforge.jp/gitroot/linuxjm/jm.git
+ provides = man-pages-ja-git
+ conflicts = man-pages-ja-git
+ source = git+http://scm.osdn.jp/gitroot/linuxjm/jm.git
source = mkconfig.expect
source = README.en
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4ae1378a77ab..e4d0c148afc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: kuina <kuinanein at gmail dot com>
pkgname=man-pages-ja
pkgver=0.5.0.0.20150805
-pkgrel=1
+pkgrel=2
pkgdesc="Man pages for Japanese"
arch=('any')
-url="http://sourceforge.jp/projects/linuxjm/"
+url="http://osdn.jp/projects/linuxjm/"
license=('custom')
makedepends=('git' 'expect')
-provides=('man-pages-ja')
-conflicts=('man-pages-ja')
-source=('git+git://git.sourceforge.jp/gitroot/linuxjm/jm.git'
+provides=('man-pages-ja-git')
+conflicts=('man-pages-ja-git')
+source=('git+http://scm.osdn.jp/gitroot/linuxjm/jm.git'
'mkconfig.expect'
'README.en')
md5sums=('SKIP'