summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-07-06 03:38:10 +0200
committerStefan Husmann2015-07-06 03:38:10 +0200
commit27c75a8fcf7fc2f70ca7caa4e93df6507b2dad49 (patch)
tree11c5934dd7350abf9f31441f4f14990b32aa66a2
parent935abfe09be19ecd817ba09476c4c4daf564ed4e (diff)
downloadaur-27c75a8fcf7fc2f70ca7caa4e93df6507b2dad49.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbcd162327b3..495752b96b92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tramp
pkgdesc = emacs extension that provides transparent remote file editing
- pkgver = 2.2.11
+ pkgver = 2.2.12
pkgrel = 1
url = http://www.gnu.org/software/tramp/
install = tramp.install
@@ -8,8 +8,8 @@ pkgbase = tramp
license = GPL
makedepends = emacs
makedepends = texinfo
- source = ftp://ftp.gnu.org/gnu/tramp/tramp-2.2.11.tar.gz
- md5sums = 1b18e19857a2677affde1c42359f4c53
+ source = ftp://ftp.gnu.org/gnu/tramp/tramp-2.2.12.tar.gz
+ md5sums = b78a30258734491bed78f7547db8c787
pkgname = tramp
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
}