[arch-commits] Commit in perl-x11-protocol-other/repos/community-any (2 files)

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Mon Jun 13 15:49:56 UTC 2022


    Date: Monday, June 13, 2022 @ 15:49:56
  Author: jlichtblau
Revision: 1237732

archrelease: copy trunk to community-any

Added:
  perl-x11-protocol-other/repos/community-any/PKGBUILD
    (from rev 1237731, perl-x11-protocol-other/trunk/PKGBUILD)
Deleted:
  perl-x11-protocol-other/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-13 15:49:50 UTC (rev 1237731)
+++ PKGBUILD	2022-06-13 15:49:56 UTC (rev 1237732)
@@ -1,39 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: 3ED <krzysztof1987 at gmail dot com>
-
-pkgname=perl-x11-protocol-other
-pkgver=30
-pkgrel=8
-pkgdesc="Extra extransions for perl-x11-protocol"
-arch=('any')
-url=https://search.cpan.org/dist/X11-Protocol-Other/
-license=('GPL')
-depends=('perl-x11-protocol')
-makedepends=('perl-extutils-makemaker')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
-sha256sums=('323fe7736e20480a8b0940ab5695c6c028709cf088061eb9407236764a5c55d5')
-
-build() {
-  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
-    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-    MODULEBUILDRC=/dev/null
-
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
-  make test
-}
-
-package() {
-  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
-  make install
-}

Copied: perl-x11-protocol-other/repos/community-any/PKGBUILD (from rev 1237731, perl-x11-protocol-other/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-13 15:49:56 UTC (rev 1237732)
@@ -0,0 +1,39 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: 3ED <krzysztof1987 at gmail dot com>
+
+pkgname=perl-x11-protocol-other
+pkgver=31
+pkgrel=1
+pkgdesc="Extra extransions for perl-x11-protocol"
+arch=('any')
+url=https://search.cpan.org/dist/X11-Protocol-Other/
+license=('GPL')
+depends=('perl-x11-protocol')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
+sha256sums=('3c625993dc7a8eb1d02e07108a666302459c6fc6f9f3d27615f7495158dc73f4')
+
+build() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+    MODULEBUILDRC=/dev/null
+
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make install
+}



More information about the arch-commits mailing list