[arch-commits] Commit in perl-net-dbus/repos/community-staging-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Sat Jun 1 14:04:43 UTC 2019


    Date: Saturday, June 1, 2019 @ 14:04:42
  Author: felixonmars
Revision: 476452

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-net-dbus/repos/community-staging-x86_64/PKGBUILD
    (from rev 476451, perl-net-dbus/trunk/PKGBUILD)
Deleted:
  perl-net-dbus/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 14:04:32 UTC (rev 476451)
+++ PKGBUILD	2019-06-01 14:04:42 UTC (rev 476452)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-net-dbus
-pkgver=1.1.0
-pkgrel=8
-pkgdesc="Binding for DBus messaging protocol"
-arch=('x86_64')
-url="https://search.cpan.org/dist/Net-DBus"
-license=('GPL' 'PerlArtistic')
-depends=('dbus' 'perl-xml-twig')
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-${pkgver}.tar.gz")
-sha256sums=('8391696db9e96c374b72984c0bad9c7d1c9f3b4efe68f9ddf429a77548e0e269')
-
-build() {
-  cd  Net-DBus-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  Net-DBus-${pkgver}
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-net-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 476451, perl-net-dbus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 14:04:42 UTC (rev 476452)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-net-dbus
+pkgver=1.1.0
+pkgrel=9
+pkgdesc="Binding for DBus messaging protocol"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Net-DBus"
+license=('GPL' 'PerlArtistic')
+depends=('dbus' 'perl-xml-twig')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-${pkgver}.tar.gz")
+sha256sums=('8391696db9e96c374b72984c0bad9c7d1c9f3b4efe68f9ddf429a77548e0e269')
+
+build() {
+  cd  Net-DBus-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Net-DBus-${pkgver}
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list