mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix contributors attribution
This commit is contained in:
parent
019ae01419
commit
61dedc7e47
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = perl-app-fatpacker
|
||||
pkgdesc = pack your dependencies onto your script file
|
||||
pkgver = 0.010008
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://metacpan.org/dist/App-FatPacker
|
||||
arch = any
|
||||
license = Artistic-1.0-Perl OR GPL-1.0-or-later
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -1,11 +1,12 @@
|
|||
# Maintainer: ryoskzypu <ryoskzypu@proton.me>
|
||||
# Contributor: Sergey Konoplev <gray.ru@gmail.com>
|
||||
# Contributor: Maxim Polishchuck <mpolishchuck@gmail.com>
|
||||
# Contributor: Paul N. Maxwell <msg.maxwel@gmail.com>
|
||||
|
||||
_dist='App-FatPacker'
|
||||
pkgname='perl-app-fatpacker'
|
||||
pkgver=0.010008
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='pack your dependencies onto your script file'
|
||||
arch=('any')
|
||||
url="https://metacpan.org/dist/$_dist"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue