summaryrefslogtreecommitdiffstats
path: root/emacs-bzr/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-bzr/PKGBUILD')
-rw-r--r--emacs-bzr/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/emacs-bzr/PKGBUILD b/emacs-bzr/PKGBUILD
index b7543d2..7f20cb9 100644
--- a/emacs-bzr/PKGBUILD
+++ b/emacs-bzr/PKGBUILD
@@ -7,7 +7,7 @@
_opt_puresize="1820000"
pkgname=emacs-bzr
-pkgver=116544
+pkgver=116906
pkgrel=1
pkgdesc='The extensible, customizable, self-documenting real-time display editor from its official Bzr repository'
arch=('i686' 'x86_64')
@@ -20,8 +20,7 @@ provides=("emacs=$pkgver")
conflicts=('emacs' 'emacs-nox' 'emacs-otf' 'emacs-cvs' 'emacs-git')
install=$pkgname.install
source=("bzr+http://bzr.savannah.gnu.org/r/emacs/trunk/"
- 'docstrings2.patch'
- 'pkgver.patch')
+ 'docstrings2.patch')
_mandir=/usr/share/man
@@ -48,7 +47,6 @@ build() {
--with-xft \
--with-x-toolkit=lucid || return 1
patch -p0 -i "$srcdir"/docstrings2.patch || return 1
- patch -p0 -i "$srcdir"/pkgver.patch || return 1
make bootstrap
}
@@ -76,5 +74,4 @@ package() {
bzr revert
}
md5sums=('SKIP'
- '3a868e5b80d5912ded06e6bdc040208a'
- '96a3a209798a424ab87c37152d5b2cf1')
+ '3a868e5b80d5912ded06e6bdc040208a')