summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb00rt00s2016-02-24 11:45:31 +0100
committerb00rt00s2016-02-24 11:45:31 +0100
commitefb82b84102bea54f2f62792419f8056919b1ade (patch)
treedd06cec4253158517dae67c2bc4626c73a0d17e2
parent634ab667476f7f389e6fe02069b40a7b04de0a2a (diff)
downloadaur-efb82b84102bea54f2f62792419f8056919b1ade.tar.gz
PKGBUILD parentheses around licence added
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5538472fc9f1..68d0f0fe0ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=2.4z
pkgrel=11
pkgdesc="Adds new commands and widgets to the Tcl interpreter."
url="http://blt.sourceforge.net"
-license="custom"
+license=("custom")
depends=('tk')
makedepends=('git')
arch=('i686' 'x86_64')