Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
perl-yaml-syck
Commits:
739d6227 by Antonio Rojas at 2025-11-02T13:02:27+01:00
upgpkg: 1.36-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = perl-yaml-syck
pkgdesc = Fast, lightweight YAML loader and dumper
- pkgver = 1.34
- pkgrel = 7
+ pkgver = 1.36
+ pkgrel = 1
url = https://search.cpan.org/dist/YAML-Syck/
arch = x86_64
license = BSD
license = custom
depends = perl
options = !emptydirs
- source =
https://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-1.34.tar.gz
- sha512sums =
18288f54026823e84b2d642d880d7758c5d95ba4b56d3fcf758efe59303ea71a49822d7c000b4c7b0629eccd4dcf3c940bc1c26f2b2ef89e4fdba78a35c04760
+ source =
https://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-1.36.tar.gz
+ sha512sums =
596ddbb0502da94c78d4398b7f66311362b0bff1f9dd0ee58199e7a963d0a985f32404de365784d296d16579f6e288b0aade38988f58aaa1c9f82790eac97b01
pkgname = perl-yaml-syck
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=perl-yaml-syck
-pkgver=1.34
-pkgrel=7
+pkgver=1.36
+pkgrel=1
pkgdesc="Fast, lightweight YAML loader and dumper"
arch=('x86_64')
url="https://search.cpan.org/dist/YAML-Syck/"
@@ -10,7 +10,7 @@ license=('BSD' 'custom')
depends=('perl')
options=('!emptydirs')
source=(https://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
-sha512sums=('18288f54026823e84b2d642d880d7758c5d95ba4b56d3fcf758efe59303ea71a49822d7c000b4c7b0629eccd4dcf3c940bc1c26f2b2ef89e4fdba78a35c04760')
+sha512sums=('596ddbb0502da94c78d4398b7f66311362b0bff1f9dd0ee58199e7a963d0a985f32404de365784d296d16579f6e288b0aade38988f58aaa1c9f82790eac97b01')
build() {
cd YAML-Syck-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-yaml-syck/-/commit/739d6227f7a606f63f125727c2a509b67f6fd6a1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-yaml-syck/-/commit/739d6227f7a606f63f125727c2a509b67f6fd6a1
You're receiving this email because of your account on gitlab.archlinux.org.