[arch-commits] Commit in autogen/trunk (PKGBUILD autogen.install)

Jan de Groot jgc at archlinux.org
Fri Jun 10 10:19:58 UTC 2016


    Date: Friday, June 10, 2016 @ 12:19:58
  Author: jgc
Revision: 269276

upgpkg: autogen 5.18.10-1

Kill install file

Modified:
  autogen/trunk/PKGBUILD
Deleted:
  autogen/trunk/autogen.install

-----------------+
 PKGBUILD        |    9 ++++-----
 autogen.install |   20 --------------------
 2 files changed, 4 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-10 10:05:43 UTC (rev 269275)
+++ PKGBUILD	2016-06-10 10:19:58 UTC (rev 269276)
@@ -4,7 +4,7 @@
 # Contributor: Tor Krill
 
 pkgname=autogen
-pkgver=5.18.7
+pkgver=5.18.10
 pkgrel=1
 pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
 arch=('i686' 'x86_64')
@@ -11,11 +11,10 @@
 url="http://www.gnu.org/software/autogen/"
 license=('GPL3')
 depends=('guile' 'libxml2')
-install=autogen.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('59644e59d30a5ca458d140d61e1fb24d'
+source=(http://ftp.gnu.org/gnu/${pkgname}/rel{$pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('a9e91d1c30d27541c600e340f666a985'
          'SKIP')
-validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221') # Bruce Korb <bkorb at gnu.org>
+validpgpkeys=('44A088E295C3A722C450590EC9EF76DEB74EE762') # Bruce Korb <bkorb at gnu.org>
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Deleted: autogen.install
===================================================================
--- autogen.install	2016-06-10 10:05:43 UTC (rev 269275)
+++ autogen.install	2016-06-10 10:19:58 UTC (rev 269276)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(autogen.info autogen.info-1 autogen.info-2)
-
-post_install() {
-  for file in ${filelist[@]}; do
-    install-info $infodir/${file}.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list