mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 07:22:22 +01:00
nzbperl-0.6.8-2
typo in dependency names fixed
This commit is contained in:
parent
ae9e1e01ca
commit
ff11536195
2 changed files with 3 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -6,7 +6,8 @@ pkgbase = nzbperl
|
|||
arch = any
|
||||
license = GPL
|
||||
depends = perl-term-readkey
|
||||
depends = perl-xml-dom uudeview
|
||||
depends = perl-xml-dom
|
||||
depends = uudeview
|
||||
source = http://noisybox.net/computers/nzbperl/nzbperl-0.6.8.pl
|
||||
source = http://noisybox.net/computers/nzbperl/nzbperlrc.sample
|
||||
md5sums = 70e64b7cd4ff9c7c098bf8dffeb62578
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,7 +8,7 @@ pkgdesc="NZB based nntp/usenet downloader in perl"
|
|||
arch=('any')
|
||||
url="http://noisybox.net/computers/nzbperl/"
|
||||
license=('GPL')
|
||||
depends=('perl-term-readkey' 'perl-xml-dom uudeview')
|
||||
depends=('perl-term-readkey' 'perl-xml-dom' 'uudeview')
|
||||
source=(http://noisybox.net/computers/nzbperl/$pkgname-$pkgver.pl
|
||||
http://noisybox.net/computers/nzbperl/nzbperlrc.sample)
|
||||
md5sums=('70e64b7cd4ff9c7c098bf8dffeb62578'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue