summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2024-04-23 22:40:24 +0200
committerJakob Gahde2024-04-23 22:40:24 +0200
commit255297a803f60386498f393ace295ce044ff94ee (patch)
tree8443955268b195ac3c288d257bed8ba345d9f255
parent1fcc083a885261a742a7d05d21e9d480dd7fa483 (diff)
downloadaur-perl-log-any-adapter-screen.tar.gz
perl-log-any-adapter-screen 0.141-1: Update to new version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10753da73e16..27f127d5e2fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = perl-log-any-adapter-screen
pkgdesc = Send logs to screen, with colors and some other features
- pkgver = 0.140
+ pkgver = 0.141
pkgrel = 1
url = https://github.com/perlancar/perl-Log-Any-Adapter-Screen
arch = any
- license = GPL
- license = PerlArtistic
+ license = GPL-1.0-or-later OR Artistic-1.0-Perl
depends = perl
depends = perl-log-any
- source = https://www.cpan.org/modules/by-module/Log/Log-Any-Adapter-Screen-0.140.tar.gz
- sha512sums = a7ded27bbc548108169e59964783ba6200c3afd798219bcd9daea47c390128db628c30392eb7eaebb93b5e3b59f51c717599518130b3ba31a1765cca3b4c362c
+ source = https://www.cpan.org/modules/by-module/Log/Log-Any-Adapter-Screen-0.141.tar.gz
+ sha512sums = 825a3b71bf418c3f79723e96fb5db985182cf054fb07517bc4e1e2594efbfff37f94f3ca69e122b818feb6f8b5e6eca8fdb63b7997cf54a9ce099cce5d096471
pkgname = perl-log-any-adapter-screen
-
diff --git a/PKGBUILD b/PKGBUILD
index 514cabd31d5f..3bae2eaf9417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=perl-log-any-adapter-screen
-pkgver=0.140
+pkgver=0.141
pkgrel=1
pkgdesc="Send logs to screen, with colors and some other features"
arch=('any')
url="https://github.com/perlancar/perl-Log-Any-Adapter-Screen"
-license=('GPL' 'PerlArtistic')
+license=('GPL-1.0-or-later OR Artistic-1.0-Perl')
depends=('perl' 'perl-log-any')
source=("https://www.cpan.org/modules/by-module/Log/Log-Any-Adapter-Screen-${pkgver}.tar.gz")
-sha512sums=('a7ded27bbc548108169e59964783ba6200c3afd798219bcd9daea47c390128db628c30392eb7eaebb93b5e3b59f51c717599518130b3ba31a1765cca3b4c362c')
+sha512sums=('825a3b71bf418c3f79723e96fb5db985182cf054fb07517bc4e1e2594efbfff37f94f3ca69e122b818feb6f8b5e6eca8fdb63b7997cf54a9ce099cce5d096471')
build() {
cd "${srcdir}/Log-Any-Adapter-Screen-${pkgver}"