summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2015-07-06 03:38:10 +0200
committerStefan Husmann2015-07-06 03:38:10 +0200
commit27c75a8fcf7fc2f70ca7caa4e93df6507b2dad49 (patch)
tree11c5934dd7350abf9f31441f4f14990b32aa66a2 /PKGBUILD
parent935abfe09be19ecd817ba09476c4c4daf564ed4e (diff)
downloadaur-27c75a8fcf7fc2f70ca7caa4e93df6507b2dad49.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1d478436d54..d504396b8afc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=tramp
-pkgver=2.2.11
+pkgver=2.2.12
pkgrel=1
pkgdesc="emacs extension that provides transparent remote file editing"
arch=('any')
@@ -14,12 +14,12 @@ 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')
install=tramp.install
-md5sums=('1b18e19857a2677affde1c42359f4c53')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-contrib
make
}