summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel YC Lin2018-05-19 00:55:30 +0800
committerDaniel YC Lin2018-05-19 00:55:30 +0800
commit9bd84b0deb1633e9a34e75662edcec46259752ab (patch)
treef1fcd6ea36c2d20ecccefef95fd20faabdda903a
parentab22f323a2adb6b74395782375ebe3493f009290 (diff)
downloadaur-9bd84b0deb1633e9a34e75662edcec46259752ab.tar.gz
Fixed wrong PKGBUILD format
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23b797251ee6..3c8e76fe4828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="A console program which writes a calendar together with Chinese calendar to standard output."
arch=('i686' 'x86_64' sh4)
url="http://ccal.chinesebay.com/ccal/ccal.htm"
-license="GPL"
+license=("GPL")
depends=('gcc-libs' 'bash')
makedepends=('gcc')
source=(http://ccal.chinesebay.com/ccal/$pkgname-$pkgver.tar.gz)