summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrizen2016-02-02 15:22:17 +0200
committertrizen2016-02-02 15:22:17 +0200
commit2f754aba662374a7c7aaa24a12637e938e813bd6 (patch)
tree5ef3ceb0299f18af9a0051102905cd0dcc84d228 /PKGBUILD
parentf9ef6f4e50b1c8603efad8700a7b748f34b6d94a (diff)
downloadaur-2f754aba662374a7c7aaa24a12637e938e813bd6.tar.gz
Change source to array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7eea701ce81..477aebd745f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('any')
license=('GPLv3')
depends=('perl>=5.14.0' 'perl-data-dump' 'perl-linux-desktopfiles>=0.08' 'perl-file-mimeinfo')
-source="https://github.com/trizen/${pkgname}/archive/${pkgver}.tar.gz"
+source=("https://github.com/trizen/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('aecab19c197aebb66417433ec96f7e2e9a1387a4720d39547854b609da5af3d4')
package() {