Fabio Castelli pushed to branch main at Arch Linux / Packaging / Packages / 
perl-data-uuid


Commits:
946840a5 by Fabio Castelli (Muflone) at 2024-04-08T01:27:24+02:00
upgpkg: 1.227-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = perl-data-uuid
+       pkgdesc = Globally/Universally Unique Identifiers (GUIDs/UUIDs)
+       pkgver = 1.227
+       pkgrel = 1
+       url = https://github.com/bleargh45/Data-UUID
+       arch = x86_64
+       license = LicenseRef-custom
+       depends = perl
+       options = !emptydirs
+       source = 
perl-data-uuid-1.227.tar.gz::https://github.com/bleargh45/Data-UUID/archive/refs/tags/1.227.tar.gz
+       sha256sums = 
0b8901706a0cedca2c3632ecdc46ec5f20118a4c60406b36e59286acd00043e3
+
+pkgname = perl-data-uuid


=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
 pkgname=perl-data-uuid
 _perl_namespace=Data
 _perl_module=UUID
-pkgver=1.226
-pkgrel=4
+pkgver=1.227
+pkgrel=1
 pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
 arch=('x86_64')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}";
-license=('BSD')
+url="https://github.com/bleargh45/${_perl_namespace}-${_perl_module}";
+license=('LicenseRef-custom')
 depends=('perl')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz";)
-sha256sums=('093d57ffa0d411a94bafafae495697db26f5c9d0277198fe3f7cf2be22996453')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/bleargh45/Data-UUID/archive/refs/tags/${pkgver}.tar.gz";)
+sha256sums=('0b8901706a0cedca2c3632ecdc46ec5f20118a4c60406b36e59286acd00043e3')
 options=('!emptydirs')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-data-uuid/-/commit/946840a55f3d3edd475fa3c016babf69708050a3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-data-uuid/-/commit/946840a55f3d3edd475fa3c016babf69708050a3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to