[arch-commits] Commit in perl-sys-virt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Nov 15 08:34:41 UTC 2019
Date: Friday, November 15, 2019 @ 08:34:40
Author: felixonmars
Revision: 528961
archrelease: copy trunk to community-x86_64
Added:
perl-sys-virt/repos/community-x86_64/PKGBUILD
(from rev 528960, perl-sys-virt/trunk/PKGBUILD)
Deleted:
perl-sys-virt/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-15 08:34:07 UTC (rev 528960)
+++ PKGBUILD 2019-11-15 08:34:40 UTC (rev 528961)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-sys-virt
-pkgver=5.6.0
-pkgrel=1
-pkgdesc="Represent and manage a libvirt hypervisor connection"
-arch=('x86_64')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Sys-Virt"
-depends=('libvirt' 'perl')
-makedepends=('perl-cpan-changes' 'perl-module-build' 'perl-xml-xpath' 'perl-test-pod'
- 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v$pkgver.tar.gz")
-sha512sums=('f2324d880822b8fdb61c29f954aabadbda68a42ee32c19388d5a57083f081a8a55f026f90856a5d160b6394495eeaf53cc1b4f031dc5713df583bcb21c158f11')
-
-build() {
- cd Sys-Virt-v$pkgver
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd Sys-Virt-v$pkgver
- make test
-}
-
-package() {
- cd Sys-Virt-v$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: perl-sys-virt/repos/community-x86_64/PKGBUILD (from rev 528960, perl-sys-virt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-15 08:34:40 UTC (rev 528961)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-sys-virt
+pkgver=5.8.0
+pkgrel=1
+pkgdesc="Represent and manage a libvirt hypervisor connection"
+arch=('x86_64')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Sys-Virt"
+depends=('libvirt' 'perl')
+makedepends=('perl-cpan-changes' 'perl-module-build' 'perl-xml-xpath' 'perl-test-pod'
+ 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v$pkgver.tar.gz")
+sha512sums=('099cbdeb405dea2244f4d655d514fa3988bf3af4005395f900aa78788916d534bc73af649ad32afd644e3f759bec6cd95655a5baf95add2ed32325aab56bc2fd')
+
+build() {
+ cd Sys-Virt-v$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Sys-Virt-v$pkgver
+ make test
+}
+
+package() {
+ cd Sys-Virt-v$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list