diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-11-23 17:37:41 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-11-23 17:37:41 +0100 |
commit | 5f0ea75dbd480a1ced023070da9847e1c6959692 (patch) | |
tree | b7fbdc917822d89db4a40f58b82e3489648af615 /extra | |
parent | 9ceb88ff221e5a7531cc4f3efc45cba10056acc1 (diff) |
Rebuild emacs for /lib/ld.so.1.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/emacs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/emacs/PKGBUILD b/extra/emacs/PKGBUILD index 180860595..4b202d372 100644 --- a/extra/emacs/PKGBUILD +++ b/extra/emacs/PKGBUILD @@ -8,7 +8,7 @@ _minorver=a # upstream uses "23.3a", which is a bit silly and interpreted as alpha. pkgver=$_majorver.$_minorver _realver=$_majorver$_minorver -pkgrel=3 +pkgrel=3.1 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/emacs/emacs.html" |