summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuki-san2015-06-12 04:43:29 +0900
committeryuki-san2015-06-12 04:43:29 +0900
commit6a01702dcd7e69582eb4967339a922e5c571ce16 (patch)
tree2401404822e865b34f72d71cac0eed6faaa1d28e
parent2b4ee556e8ea019a0be219eb7466e7ed1af6e207 (diff)
downloadaur-emacs-navi2ch-git.tar.gz
Revert "Initial import"
This reverts commit 2b4ee556e8ea019a0be219eb7466e7ed1af6e207.
-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
-