summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 495752b96b92..4a0b7e8806b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Dec 29 22:33:41 UTC 2015
pkgbase = tramp
pkgdesc = emacs extension that provides transparent remote file editing
- pkgver = 2.2.12
+ pkgver = 2.2.13
pkgrel = 1
url = http://www.gnu.org/software/tramp/
install = tramp.install
@@ -8,8 +10,8 @@ pkgbase = tramp
license = GPL
makedepends = emacs
makedepends = texinfo
- source = ftp://ftp.gnu.org/gnu/tramp/tramp-2.2.12.tar.gz
- md5sums = b78a30258734491bed78f7547db8c787
+ source = ftp://ftp.gnu.org/gnu/tramp/tramp-2.2.13.tar.gz
+ md5sums = de44002a60882aa89dd61e59ae0d7939
pkgname = tramp
diff --git a/PKGBUILD b/PKGBUILD
index d504396b8afc..92200a5f856b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=tramp
-pkgver=2.2.12
+pkgver=2.2.13
pkgrel=1
pkgdesc="emacs extension that provides transparent remote file editing"
arch=('any')
@@ -14,12 +14,18 @@ makedepends=('emacs' 'texinfo')
# add texlive-core to the makedepends and comment in the last two lines
# of this PKGBUILD if you want the documentation in dvi-format
source=("ftp://ftp.gnu.org/gnu/tramp/$pkgname-$pkgver.tar.gz")
-md5sums=('b78a30258734491bed78f7547db8c787')
+md5sums=('de44002a60882aa89dd61e59ae0d7939')
install=tramp.install
+
+prepare() {
+ cd "$pkgname-$pkgver/texi"
+ ln -s /usr/share/automake-1.15/texinfo.tex texinfo.tex
+}
+
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr --with-contrib
+ ./configure --prefix=/usr --with-contrib
make
}