summaryrefslogtreecommitdiffstats
path: root/emacs-git/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-git/PKGBUILD')
-rw-r--r--emacs-git/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/emacs-git/PKGBUILD b/emacs-git/PKGBUILD
index 50b8f0c..d9017fc 100644
--- a/emacs-git/PKGBUILD
+++ b/emacs-git/PKGBUILD
@@ -7,7 +7,7 @@
_opt_puresize="1820000"
pkgname=emacs-git
-pkgver=20141227214603
+pkgver=20150404161006
pkgrel=1
pkgdesc='The extensible, customizable, self-documenting real-time display editor from its official Git repository'
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ provides=("emacs=$pkgver")
conflicts=('emacs' 'emacs-nox' 'emacs-otf' 'emacs-cvs' 'emacs-bzr')
install=$pkgname.install
source=("git+http://git.savannah.gnu.org/r/emacs.git"
- 'docstrings2.patch')
+ '0001-Use-a-keyword-not-symbol-to-delete-whitespace.patch')
_mandir=/usr/share/man
@@ -52,6 +52,7 @@ build() {
--without-gsettings \
--with-x-toolkit=lucid || return 1
# patch -p0 -i "$srcdir"/docstrings2.patch || return 1
+ patch -p1 -i "$srcdir"/0001-Use-a-keyword-not-symbol-to-delete-whitespace.patch || return 1
make bootstrap
}
@@ -77,4 +78,4 @@ package() {
chown -R root:50 $pkgdir/var/games
}
md5sums=('SKIP'
- '3a868e5b80d5912ded06e6bdc040208a')
+ '35e7ce2809180972c1cdfcf1aca3612c')