summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-08-07 22:15:57 +0200
committerStefan Husmann2016-08-07 22:15:57 +0200
commit543bb12e5e5ddccde9c9c5de145b8a4d82034739 (patch)
treeb2531cd404082f76802f86d50555106828ed95da /PKGBUILD
parent706733340949eb75cd032090f7268e232a7dfe9b (diff)
downloadaur-543bb12e5e5ddccde9c9c5de145b8a4d82034739.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92200a5f856b..44040e371fef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=tramp
-pkgver=2.2.13
+pkgver=2.3.0
pkgrel=1
pkgdesc="emacs extension that provides transparent remote file editing"
arch=('any')
@@ -14,10 +14,9 @@ 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=('de44002a60882aa89dd61e59ae0d7939')
+md5sums=('94a4a9da97d2956b1ed9797e63afa523')
install=tramp.install
-
prepare() {
cd "$pkgname-$pkgver/texi"
ln -s /usr/share/automake-1.15/texinfo.tex texinfo.tex