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
c3fbb13dc5
commit
3b65c86525
2 changed files with 5 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = perl-data-dump-streamer
|
||||
pkgdesc = Accurately serialize a data structure as Perl code
|
||||
pkgver = 2.42
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://metacpan.org/dist/Data-Dump-Streamer
|
||||
arch = any
|
||||
license = Artistic-1.0-Perl OR GPL-1.0-or-later
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,10 +1,12 @@
|
|||
# Maintainer: ryoskzypu <ryoskzypu@proton.me>
|
||||
# Contributor: ordoban <dirk.langer@vvovgonik.de>
|
||||
# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
|
||||
# Contributor: Caleb Cushing <xenoterracide@gmail.com>
|
||||
|
||||
_dist='Data-Dump-Streamer'
|
||||
pkgname='perl-data-dump-streamer'
|
||||
pkgver='2.42'
|
||||
pkgrel='2'
|
||||
pkgver=2.42
|
||||
pkgrel=3
|
||||
pkgdesc='Accurately serialize a data structure as Perl code'
|
||||
arch=('any')
|
||||
url="https://metacpan.org/dist/$_dist"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue