[arch-commits] Commit in dialog/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Dec 12 15:56:30 UTC 2019


    Date: Thursday, December 12, 2019 @ 15:56:30
  Author: foutrelis
Revision: 371300

archrelease: copy trunk to testing-x86_64

Added:
  dialog/repos/testing-x86_64/PKGBUILD
    (from rev 371299, dialog/trunk/PKGBUILD)
Deleted:
  dialog/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-12 15:56:25 UTC (rev 371299)
+++ PKGBUILD	2019-12-12 15:56:30 UTC (rev 371300)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: 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.3_20191209
-pkgrel=1
-epoch=1
-pkgdesc="A tool to display dialog boxes from shell scripts"
-arch=('x86_64')
-url="https://invisible-island.net/dialog/"
-license=('LGPL2.1')
-depends=('sh' 'ncurses')
-provides=('libdialog.so')
-source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('05e16f35b7a8afab41ffb9c6bdf84c06016b1d0648cedbfc71371c002c2123e9')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  ./configure \
-    --prefix=/usr \
-    --enable-nls \
-    --with-libtool \
-    --with-ncursesw
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  make DESTDIR="$pkgdir" install-full
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dialog/repos/testing-x86_64/PKGBUILD (from rev 371299, dialog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-12 15:56:30 UTC (rev 371300)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: 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.3_20191210
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('x86_64')
+url="https://invisible-island.net/dialog/"
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+provides=('libdialog.so')
+source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz)
+sha256sums=('10f7c02ee5dea311e61b0d3e29eb6e18bcedd6fb6672411484c1a37729cbd7a6')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-nls \
+    --with-libtool \
+    --with-ncursesw
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install-full
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list