# Maintainer: Alejandro López-Valencia pkgname=emacs26-git pkgver=26.0.90.130767 pkgrel=1 pkgdesc="GNU Emacs. Emacs 26 development and maintenance branch. Dummy package." arch=('i686' 'x86_64') url="http://www.gnu.org/software/emacs/" license=('GPL') depends=('emacs-git') conflicts=('emacs') provides=('emacs') source=('read_this.txt') md5sums=('44002f031317f01fea6146d8be5a9b8f') package() { echo "" echo "" echo "" echo "" echo "" echo "Please use emacs-git, using the option to track " echo "the emacs-26 branch." echo "" echo "" echo "" echo "" exit 1 } # vim:set ft=sh ts=2 sw=2 et: