summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-08-27 15:00:36 +0200
committerhaawda2017-08-27 15:00:36 +0200
commit6bd297f0492a1747d89b19dcf7c145e7494f1048 (patch)
treeed9b956080bce1eb176b7487c8a1b256101b4988
parent549f9f0c2a58c0ffc4af05884cabd9c426116ab8 (diff)
downloadaur-emacs25-git.tar.gz
adopted
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06f65ece8f0b..3b3714d65e82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs25-git
pkgdesc = GNU Emacs. Version 25 maintenance branch.
- pkgver = 25.2.125465
+ pkgver = 25.2.50.125475
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = emacs25-git
depends = gnutls
provides = emacs
conflicts = emacs
- source = emacs25-git::git://git.savannah.gnu.org/emacs.git#branch=emacs-25
+ source = emacs::git://git.savannah.gnu.org/emacs.git#branch=emacs-25
md5sums = SKIP
pkgname = emacs25-git
diff --git a/PKGBUILD b/PKGBUILD
index 482ec062bdbe..24a468914582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Pedro A. López-Valencia <https://aur.archlinux.org/users/vorbote>
+# Contributor: Pedro A. López-Valencia <https://aur.archlinux.org/users/vorbote>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
#######################################################################
# CAVEAT LECTOR
@@ -43,7 +44,7 @@ DOCS_PDF= # Generate and install pdf documentation.
#######################################################################
pkgname=emacs25-git
-pkgver=25.2.125465
+pkgver=25.2.50.125475
pkgrel=1
pkgdesc="GNU Emacs. Version 25 maintenance branch."
arch=('i686' 'x86_64')
@@ -77,12 +78,11 @@ if [[ $DOCS_PDF = "YES" ]]; then makedepends+=('texlive-core'); fi
#######################################################################
conflicts=('emacs')
provides=('emacs')
-source=("$pkgname::git://git.savannah.gnu.org/emacs.git#branch=emacs-25")
+source=("emacs::git://git.savannah.gnu.org/emacs.git#branch=emacs-25")
md5sums=('SKIP')
-#source=("$pkgname::git+http://git.savannah.gnu.org/r/emacs.git#branch=emacs-25")
pkgver() {
- cd "$srcdir/$pkgname"
+ cd emacs
##printf "%s.r%s" \
printf "%s.%s" \
"$(grep AC_INIT configure.ac | \
@@ -94,13 +94,13 @@ pkgver() {
# There is no need to run autogen.sh after first checkout.
# Doing so breaks incremental compilation.
prepare() {
- cd "$srcdir/$pkgname"
+ cd emacs
[[ -x configure ]] || ./autogen.sh
}
build() {
- cd "$srcdir/$pkgname"
+ cd emacs
# Avoid hardening-wrapper (taken from emacs-pretest, thanks to Thomas Jost).
export PATH=$(echo "$PATH" | sed 's!/usr/lib/hardening-wrapper/bin!!g')
@@ -150,7 +150,7 @@ build() {
}
package() {
- cd "$srcdir/$pkgname"
+ cd emacs
make DESTDIR="$pkgdir/" install