summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-06-27 20:25:34 +0200
committerhaawda2018-06-27 20:25:34 +0200
commit69521e9ddaf45653dd83131331d20840a188874c (patch)
treef78babbf61f130095789d945929a0d13b5b90ed2 /PKGBUILD
parent176bd9a0d92d2033316c0e72e6e9fd69b753d0ca (diff)
downloadaur-69521e9ddaf45653dd83131331d20840a188874c.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d50e25732637..7468217780cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=tramp
-pkgver=2.3.3
-pkgrel=2
+pkgver=2.3.4
+pkgrel=1
pkgdesc="emacs extension that provides transparent remote file editing"
arch=('any')
url=http://www.gnu.org/software/tramp/
@@ -14,7 +14,8 @@ 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"{,.sig})
-sha256sums=('7346f0899964414c65ca8833247c10dd83f65b855008a87802833b646899db75' 'SKIP')
+sha256sums=('1d755d1c46eedad7e8682d98f45629504ff802dd7006f18120a7b80de14c898b'
+ 'SKIP')
validpgpkeys=('C9A04D6E84B6DB548F4585A2AC966DC9E3E1AECA') # Michael Albinus
prepare() {
@@ -32,7 +33,5 @@ package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
mv $pkgdir/usr/share/info/$pkgname $pkgdir/usr/share/info/$pkgname-new
-# install -Dm644 texi/$pkgname.dvi \
-# $pkgdir/usr/share/doc/$pkgname/$pkgname.dvi
}