From 2d0e70211d83f9c17978651ccadabeff521a5ab3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 3 Jan 2015 16:46:27 +0100 Subject: Fix version numbering, remove patch --- emacs-git/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/emacs-git/PKGBUILD b/emacs-git/PKGBUILD index b0d39ae..50b8f0c 100644 --- a/emacs-git/PKGBUILD +++ b/emacs-git/PKGBUILD @@ -7,7 +7,7 @@ _opt_puresize="1820000" pkgname=emacs-git -pkgver=20141016 +pkgver=20141227214603 pkgrel=1 pkgdesc='The extensible, customizable, self-documenting real-time display editor from its official Git repository' arch=('i686' 'x86_64') @@ -26,8 +26,9 @@ source=("git+http://git.savannah.gnu.org/r/emacs.git" _mandir=/usr/share/man pkgver() { - cd "$srcdir"/"$_name" - git log -1 --pretty=format:"%cd" --date=short | sed s/-//g + cd "$srcdir"/emacs + git log -1 --pretty=format:"%ci" --date=short \ + | awk '{print $1$2}' | sed 's/[-:]//g' } build() { @@ -50,7 +51,7 @@ build() { --without-gconf \ --without-gsettings \ --with-x-toolkit=lucid || return 1 - patch -p0 -i "$srcdir"/docstrings2.patch || return 1 + # patch -p0 -i "$srcdir"/docstrings2.patch || return 1 make bootstrap } -- cgit v1.2.3-54-g00ecf