summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--emacs-navi2ch-git.changelog6
3 files changed, 8 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c997e45db0d..e3d38f2721f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = emacs-navi2ch-git
pkgrel = 1
url = http://navi2ch.sourceforge.net/
install = navi2ch.install
+ changelog = emacs-navi2ch-git.changelog
arch = any
license = GPL2
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 7718e749dbb2..5ca62fca24d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ conflicts=(emacs-navi2ch)
install=navi2ch.install
source=("${pkgname%-git}"::'git://github.com/naota/navi2ch.git')
md5sums=('SKIP')
+changelog=$pkgname.changelog
pkgver() {
diff --git a/emacs-navi2ch-git.changelog b/emacs-navi2ch-git.changelog
new file mode 100644
index 000000000000..353469454360
--- /dev/null
+++ b/emacs-navi2ch-git.changelog
@@ -0,0 +1,6 @@
+2013-06-19 yuki-san <yuki.from.akita _at_ gmail.com>
+
+ * PKGBUILD
+ Modified to follow "VCS PKGBUILD Guidelines" (https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines)
+ Change git repo to git://github.com/naota/navi2ch.git
+