[arch-commits] Commit in auctex/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Tue Nov 24 05:37:58 UTC 2015
Date: Tuesday, November 24, 2015 @ 06:37:57
Author: eric
Revision: 147590
upgpkg: auctex 11.89-1
Upstream update, Add signature check
Modified:
auctex/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-24 05:26:14 UTC (rev 147589)
+++ PKGBUILD 2015-11-24 05:37:57 UTC (rev 147590)
@@ -2,7 +2,7 @@
# Maintainer: Eric Bélanger <eric at archlinux.org>
pkgname=auctex
-pkgver=11.88
+pkgver=11.89
pkgrel=1
pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
arch=('any')
@@ -11,15 +11,16 @@
depends=('emacs' 'ghostscript' 'texlive-core')
options=('!makeflags')
install=auctex.install
-source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('098a9751c4e00812e61d62a0184a07d9753904df')
+source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('339244eee9ac932b6a6e342313ea7ea8653d86f7'
+ 'SKIP')
+validpgpkeys=('70CDE487C45540307F86972BE2FD58BF20485F50')
prepare() {
- cd ${pkgname}-${pkgver}/preview
+ cd ${pkgname}-${pkgver}
sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? "--with-texmf-dir=/' configure
}
-
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --localstatedir=/var --with-texmf-dir=/usr/share/texmf
@@ -28,5 +29,5 @@
package() {
cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list