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

Evangelos Foutras foutrelis at archlinux.org
Mon Jul 29 12:10:19 UTC 2019


    Date: Monday, July 29, 2019 @ 12:10:18
  Author: foutrelis
Revision: 358715

archrelease: copy trunk to testing-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 12:10:12 UTC (rev 358714)
+++ PKGBUILD	2019-07-29 12:10:18 UTC (rev 358715)
@@ -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_20190724
-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=('38c0855b3f59281a44ff15bfa2150070d89daa3a4e2cda1139f6399eeeeca924')
-
-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 358714, dialog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-29 12:10:18 UTC (rev 358715)
@@ -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_20190728
+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=('e5eb0eaaef9cae8c822887bd998e33c2c3b94ebadd37b4f6aba018c0194a2a87')
+
+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