Fix contributors attribution

This commit is contained in:
ryoskzypu 2026-02-22 16:31:34 -03:00
parent 4ace59284b
commit c6cc6957da
No known key found for this signature in database
GPG key ID: 19D6F71BA9ED3E0E
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = perl-devel-checkbin
pkgdesc = check that a command is available
pkgver = 0.04
pkgrel = 12
pkgrel = 13
url = https://metacpan.org/dist/Devel-CheckBin
arch = any
license = Artistic-1.0-Perl OR GPL-1.0-or-later

View file

@ -1,10 +1,14 @@
# Maintainer: ryoskzypu <ryoskzypu@proton.me>
# Contributor: T.J. Townsend <blakkheim@archlinux.org>
# Contributor: Antonio Rojas <arojas@archlinux.org>
# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Evangelos Foutras <foutrelis@archlinux.org>
# Contributor: Florian Pritz <bluewind@xinu.at>
_dist='Devel-CheckBin'
pkgname='perl-devel-checkbin'
pkgver=0.04
pkgrel=12
pkgrel=13
pkgdesc='check that a command is available'
arch=('any')
url="https://metacpan.org/dist/$_dist"