[arch-commits] Commit in perl-io-tty/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Sat Jun 19 20:39:47 UTC 2021


    Date: Saturday, June 19, 2021 @ 20:39:47
  Author: spupykin
Revision: 965683

archrelease: copy trunk to community-x86_64

Added:
  perl-io-tty/repos/community-x86_64/PKGBUILD
    (from rev 965682, perl-io-tty/trunk/PKGBUILD)
Deleted:
  perl-io-tty/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-19 20:39:36 UTC (rev 965682)
+++ PKGBUILD	2021-06-19 20:39:47 UTC (rev 965683)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-io-tty
-pkgver=1.12
-pkgrel=11
-pkgdesc="Provide an interface to TTYs and PTYs"
-arch=('x86_64')
-url="https://search.cpan.org/dist/IO-Tty/"
-license=("GPL" "PerlArtistic")
-depends=('glibc')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz")
-md5sums=('11695a1a516b3bd1b90ce75ff0ce3e6d')
-
-build() {
-  cd "$srcdir"/IO-Tty-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-package() {
-  cd "$srcdir"/IO-Tty-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-io-tty/repos/community-x86_64/PKGBUILD (from rev 965682, perl-io-tty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-19 20:39:47 UTC (rev 965683)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-io-tty
+pkgver=1.16
+pkgrel=1
+pkgdesc="Provide an interface to TTYs and PTYs"
+arch=('x86_64')
+url="https://search.cpan.org/dist/IO-Tty/"
+license=("GPL" "PerlArtistic")
+depends=('glibc')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz")
+sha256sums=('8f1a09c070738adc695df903f2e7f74308dd8d991b914c0bc390a0e6021294dd')
+
+build() {
+  cd "$srcdir"/IO-Tty-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd "$srcdir"/IO-Tty-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list