[arch-commits] Commit in dialog/trunk (PKGBUILD)

Stéphane Gaudreault stephane at nymeria.archlinux.org
Fri May 24 12:49:54 UTC 2013


    Date: Friday, May 24, 2013 @ 14:49:53
  Author: stephane
Revision: 186303

upgpkg: dialog 1.2_20130523-1

upstream update; drop static lib

Modified:
  dialog/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-24 12:22:34 UTC (rev 186302)
+++ PKGBUILD	2013-05-24 12:49:53 UTC (rev 186303)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=dialog
-pkgver=1.2_20121230
+pkgver=1.2_20130523
 pkgrel=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('LGPL2.1')
 depends=('ncurses')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
-sha1sums=('f6ba16481e04c707c7cbfc3c3c1340040bdb0aa3')
+sha1sums=('54768b8443af3de2e6cd16073ec666f19d4ded7a')
 
 build() {
   cd "${srcdir}/$pkgname-${pkgver/_/-}"
@@ -24,4 +24,6 @@
 package() {
   cd "${srcdir}/$pkgname-${pkgver/_/-}"
   make DESTDIR="${pkgdir}" install install-lib
+
+  rm "${pkgdir}"/usr/lib/libdialog.a
 }




More information about the arch-commits mailing list