summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--emacs-navi2ch-git.changelog6
3 files changed, 0 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3d38f2721f9..6c997e45db0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ 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 5ca62fca24d8..7718e749dbb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ 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
deleted file mode 100644
index 353469454360..000000000000
--- a/emacs-navi2ch-git.changelog
+++ /dev/null
@@ -1,6 +0,0 @@
-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
-