[arch-commits] Commit in expect/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Mon May 11 06:04:34 UTC 2020


    Date: Monday, May 11, 2020 @ 06:04:33
  Author: allan
Revision: 383157

archrelease: copy trunk to extra-x86_64

Added:
  expect/repos/extra-x86_64/PKGBUILD
    (from rev 383156, expect/trunk/PKGBUILD)
Deleted:
  expect/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 06:04:17 UTC (rev 383156)
+++ PKGBUILD	2020-05-11 06:04:33 UTC (rev 383157)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-
-pkgname=expect
-pkgver=5.45.4
-pkgrel=1
-pkgdesc='A tool for automating interactive applications'
-arch=(x86_64)
-url='http://www.nist.gov/el/msid/expect.cfm'
-license=(custom)
-depends=(tcl)
-source=(https://downloads.sourceforge.net/project/expect/Expect/$pkgver/expect${pkgver}.tar.gz)
-sha256sums=('49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34')
-
-build() {
-  cd expect${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man 
-  make
-}
-
-check() {
-  cd expect${pkgver}
-  make test
-}
-
-package() {
-  cd expect${pkgver}
-  make DESTDIR="$pkgdir" install
-  install -Dm644 README "$pkgdir/usr/share/licenses/$pkgname/README"
-}

Copied: expect/repos/extra-x86_64/PKGBUILD (from rev 383156, expect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-11 06:04:33 UTC (rev 383157)
@@ -0,0 +1,30 @@
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+
+pkgname=expect
+pkgver=5.45.4
+pkgrel=2
+pkgdesc='A tool for automating interactive applications'
+arch=(x86_64)
+url='https://www.nist.gov/el/msid/expect.cfm'
+license=(custom)
+depends=(tcl)
+source=(https://downloads.sourceforge.net/project/expect/Expect/$pkgver/expect${pkgver}.tar.gz)
+sha256sums=('49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34')
+
+build() {
+  cd expect${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man 
+  make
+}
+
+check() {
+  cd expect${pkgver}
+  make test
+}
+
+package() {
+  cd expect${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -Dm644 README "$pkgdir/usr/share/licenses/$pkgname/README"
+}



More information about the arch-commits mailing list