summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
-rw-r--r--tramp.install13
3 files changed, 7 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90c225ea124a..aca9dc47cd64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
+# Generated by mksrcinfo v8
+# Tue Oct 24 02:08:53 UTC 2017
pkgbase = tramp
pkgdesc = emacs extension that provides transparent remote file editing
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = http://www.gnu.org/software/tramp/
- install = tramp.install
arch = any
license = GPL
makedepends = emacs
makedepends = texinfo
- source = ftp://ftp.gnu.org/gnu/tramp/tramp-2.3.1.tar.gz
- md5sums = 37f9591bc8031254dd45a99b1ad20dd4
+ source = ftp://ftp.gnu.org/gnu/tramp/tramp-2.3.2.tar.gz
+ sha256sums = 7fb54fc8d27e01a50b8e3bf1817d77ef8aa91bb465e97446d5d603713927fcea
pkgname = tramp
diff --git a/PKGBUILD b/PKGBUILD
index d682f2f77e68..7535788542b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=tramp
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="emacs extension that provides transparent remote file editing"
arch=('any')
@@ -14,8 +14,7 @@ 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=('37f9591bc8031254dd45a99b1ad20dd4')
-install=tramp.install
+sha256sums=('7fb54fc8d27e01a50b8e3bf1817d77ef8aa91bb465e97446d5d603713927fcea')
prepare() {
cd "$pkgname-$pkgver/texi"
diff --git a/tramp.install b/tramp.install
deleted file mode 100644
index 702f790089bc..000000000000
--- a/tramp.install
+++ /dev/null
@@ -1,13 +0,0 @@
-infodir=usr/share/info
-
-pre_install() {
- [[ -x $info-dir/tramp.gz ]] || mv $infodir/tramp.gz $infodir/tramp.orig.gz
-}
-
-pre_remove() {
- mv $infodir/tramp.orig.gz $infodir/tramp.gz
-}
-
-post_remove() {
- install-info "$infodir/tramp.gz" "$infodir/dir" 2> /dev/null
-} \ No newline at end of file