[arch-commits] Commit in dialog/repos (3 files)

Stéphane Gaudreault stephane at archlinux.org
Sun Nov 6 02:25:41 UTC 2011


    Date: Saturday, November 5, 2011 @ 22:25:41
  Author: stephane
Revision: 142187

db-move: moved dialog from [testing] to [core] (x86_64)

Added:
  dialog/repos/core-x86_64/PKGBUILD
    (from rev 142185, dialog/repos/testing-x86_64/PKGBUILD)
Deleted:
  dialog/repos/core-x86_64/PKGBUILD
  dialog/repos/testing-x86_64/

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2011-11-06 02:25:40 UTC (rev 142186)
+++ core-x86_64/PKGBUILD	2011-11-06 02:25:41 UTC (rev 142187)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=dialog
-pkgver=1.1_20110707
-pkgrel=1
-pkgdesc="A tool to display dialog boxes from shell scripts"
-arch=('i686' 'x86_64')
-url="http://invisible-island.net/dialog/"
-license=('LGPL2.1')
-depends=('ncurses')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
-md5sums=('34d01aaacbb2932b77774e6c1eec8d2a')
-sha1sums=('31e0e3c40cd51629cc802d7ee0b1a4e1ada90f00')
-
-build() {
-  cd "${srcdir}/$pkgname-${pkgver/_/-}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-              --with-ncursesw --enable-nls
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-${pkgver/_/-}"
-  make DESTDIR="${pkgdir}" install install-lib
-}

Copied: dialog/repos/core-x86_64/PKGBUILD (from rev 142185, dialog/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2011-11-06 02:25:41 UTC (rev 142187)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=dialog
+pkgver=1.1_20111020
+pkgrel=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/dialog/"
+license=('LGPL2.1')
+depends=('ncurses')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
+sha1sums=('ddabc0950275db4e9cef382a862ff3b20746e843')
+
+build() {
+  cd "${srcdir}/$pkgname-${pkgver/_/-}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+              --with-ncursesw --enable-nls
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-${pkgver/_/-}"
+  make DESTDIR="${pkgdir}" install install-lib
+}




More information about the arch-commits mailing list