summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-06-29 13:25:13 +0200
committerhaawda2022-06-29 13:25:13 +0200
commit8af13a3ae16974756a7e8772602e1bc1daff524f (patch)
tree8e819a8e5a346834351b40c8aa5a93a38b3b223e /PKGBUILD
parent73aaed3265e560ee833bae0aa9eaff923872f164 (diff)
downloadaur-8af13a3ae16974756a7e8772602e1bc1daff524f.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 f326c6fe4c4e..c2b61879bc41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=tramp
-pkgver=2.5.2
+pkgver=2.5.3
pkgrel=1
pkgdesc="emacs extension that provides transparent remote file editing"
arch=('any')
@@ -14,7 +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"{,.sig})
-sha256sums=('bd2c14e3ce20f966a10895c6f13fde7d3da4d70d2755b78addd4b511edab7ace'
+sha256sums=('cb609b227b1d8146fa0f60e130b486fc2680a6a976c7075aba104a509aa53261'
'SKIP')
validpgpkeys=('C9A04D6E84B6DB548F4585A2AC966DC9E3E1AECA') # Michael Albinus
@@ -34,4 +34,3 @@ package() {
make DESTDIR="$pkgdir" install
mv "$pkgdir"/usr/share/info/$pkgname "$pkgdir"/usr/share/info/$pkgname-new
}
-