Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
perl-unix-syslog
Commits:
198c302d by Antonio Rojas at 2025-07-14T18:05:04+02:00
upgpkg: 1.1-20: perl 5.42 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = perl-unix-syslog
pkgdesc = Interface to syslog functions in a C-library
pkgver = 1.1
- pkgrel = 19
+ pkgrel = 20
url = https://search.cpan.org/dist/Unix-Syslog
arch = x86_64
license = PerlArtistic
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=perl-unix-syslog
pkgver=1.1
-pkgrel=19
+pkgrel=20
pkgdesc="Interface to syslog functions in a C-library"
arch=('x86_64')
license=('PerlArtistic' 'GPL')
@@ -21,7 +21,6 @@ build() {
PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
MODULEBUILDRC=/dev/null
- cd "$DIST_DIR"
$PERL Makefile.PL
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-unix-syslog/-/commit/198c302decf3866acdb40d900f6894cefaa4e934
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-unix-syslog/-/commit/198c302decf3866acdb40d900f6894cefaa4e934
You're receiving this email because of your account on gitlab.archlinux.org.