* update perl-shell-guess to 0.10-1

This commit is contained in:
Alexander Baldeck 2025-01-03 15:10:52 +01:00
parent 296487aa52
commit 75390a5fb6
2 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,14 @@
pkgbase = perl-shell-guess
pkgdesc = Make an educated guess about the shell in use
pkgver = 0.09
pkgrel = 8
pkgver = 0.10
pkgrel = 1
url = https://metacpan.org/release/Shell-Guess
arch = any
license = PerlArtistic
checkdepends = tcsh
depends = perl
options = !emptydirs
source = https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Shell-Guess-0.09.tar.gz
sha512sums = 60d8b315491cd10eb2cb1c3941db6369d93148e0bd500c72bc082b1673624dead6485d4238e241127c3a04a0f776222fbb90a40af6a327ed9e2988852fff544e
source = https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Shell-Guess-0.10.tar.gz
sha512sums = 060caba58126e4eb7f1f87ce62760d580a2d8b395ddba0bbdce6d96a73b2eab170ab4148f2560b47cda60fa57ff34c6ac5a80dfb8c56cb040ea4c0469fd5489b
pkgname = perl-shell-guess

View File

@ -2,8 +2,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=perl-shell-guess
pkgver=0.09
pkgrel=8
pkgver=0.10
pkgrel=1
pkgdesc="Make an educated guess about the shell in use"
arch=(any)
license=('PerlArtistic')
@ -12,7 +12,7 @@ depends=('perl')
checkdepends=('tcsh')
options=('!emptydirs')
source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Shell-Guess-$pkgver.tar.gz")
sha512sums=('60d8b315491cd10eb2cb1c3941db6369d93148e0bd500c72bc082b1673624dead6485d4238e241127c3a04a0f776222fbb90a40af6a327ed9e2988852fff544e')
sha512sums=('060caba58126e4eb7f1f87ce62760d580a2d8b395ddba0bbdce6d96a73b2eab170ab4148f2560b47cda60fa57ff34c6ac5a80dfb8c56cb040ea4c0469fd5489b')
build() {
cd Shell-Guess-$pkgver