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
3d1ec266ca
commit
269e49e435
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = perl-http-browserdetect
|
||||
pkgdesc = Determine Web browser, version, and platform from an HTTP user agent string
|
||||
pkgver = 3.45
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://metacpan.org/dist/HTTP-BrowserDetect
|
||||
arch = any
|
||||
license = Artistic-1.0-Perl OR GPL-1.0-or-later
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -1,10 +1,11 @@
|
|||
# Maintainer: ryoskzypu <ryoskzypu@proton.me>
|
||||
# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
|
||||
# Contributor: Minimalist <stefanguen@gmail.com>
|
||||
|
||||
_dist='HTTP-BrowserDetect'
|
||||
pkgname='perl-http-browserdetect'
|
||||
pkgver=3.45
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Determine Web browser, version, and platform from an HTTP user agent string'
|
||||
arch=('any')
|
||||
license=('Artistic-1.0-Perl OR GPL-1.0-or-later')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue