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

Stéphane Gaudreault stephane at archlinux.org
Mon Mar 5 17:06:11 UTC 2012


    Date: Monday, March 5, 2012 @ 12:06:10
  Author: stephane
Revision: 152239

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

Added:
  dialog/repos/core-x86_64/PKGBUILD
    (from rev 152237, 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	2012-03-05 17:06:10 UTC (rev 152238)
+++ core-x86_64/PKGBUILD	2012-03-05 17:06:10 UTC (rev 152239)
@@ -1,27 +0,0 @@
-# $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
-}

Copied: dialog/repos/core-x86_64/PKGBUILD (from rev 152237, dialog/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2012-03-05 17:06:10 UTC (rev 152239)
@@ -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_20120215
+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=('0d8a07e064c6d4f9cc7d9cb21c4609dc4a19537e')
+
+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