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

Allan McRae allan at archlinux.org
Sat Feb 25 09:59:36 UTC 2012


    Date: Saturday, February 25, 2012 @ 04:59:36
  Author: allan
Revision: 151249

upgpkg: expect 5.45-2

signing rebuild

Modified:
  expect/trunk/ChangeLog
  expect/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |    8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2012-02-25 09:58:05 UTC (rev 151248)
+++ ChangeLog	2012-02-25 09:59:36 UTC (rev 151249)
@@ -1,3 +1,8 @@
+2011-01-01  Allan McRae  <allan at archlinux.org> 
+
+    * expect 5.45-2
+    - Package signing rebuild
+
 2011-01-01  kevin  <kevin at archlinux.org> 
 
     * expect 5.45-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 09:58:05 UTC (rev 151248)
+++ PKGBUILD	2012-02-25 09:59:36 UTC (rev 151249)
@@ -3,9 +3,9 @@
 
 pkgname=expect
 pkgver=5.45
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for automating interactive applications"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.nist.gov/el/msid/expect.cfm"
 license=('custom')
 depends=('tcl>=8.5.3')
@@ -28,6 +28,10 @@
   # Keep $startdir/pkg out of library search paths.
   sed -e 's/-rpath,${LIB_RUNTIME_DIR}:/-rpath,/' -i Makefile
   make
+}
+
+package() {
+  cd ${srcdir}/expect${pkgver}
   make DESTDIR=${pkgdir} install
 
   # license.




More information about the arch-commits mailing list