summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Phillips2017-03-16 11:25:14 +1300
committerDavid Phillips2017-03-16 11:25:14 +1300
commit1d1f0c71789779c390d2ad214ad96403f2fdf822 (patch)
tree7a9e3761964dbc79fa76a3c2bbfcedb4d6609e0b /PKGBUILD
parent33dab27fb1cea3a7cb56d0d4492870edb1b030bd (diff)
downloadaur-1d1f0c71789779c390d2ad214ad96403f2fdf822.tar.gz
Improve usage of quotes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e706f8e49132..b35f662206b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A fully event-driven IRC client module"
depends=('perl>=5.10.0' 'glibc' 'perl-poe' 'perl-poe-filter-ircd' 'perl-poe-component-pluggable' 'perl-poe-component-client-dns' 'perl-irc-utils')
license=('GPL' 'PerlArtistic')
url="http://search.cpan.org/dist/POE-Component-IRC"
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-IRC-${pkgver}.tar.gz)
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-IRC-${pkgver}.tar.gz")
sha256sums=('5d7f2168383c93e54b00d06695cc52f514a921e1ee4f45a05950700f50075a8f')
options=('!emptydirs')
arch=('i686' 'x86_64')