diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-18 16:11:26 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-18 22:13:36 +0100 |
commit | 1fe757ff42c0fd39af453ffa777b73d52bf30a8d (patch) | |
tree | fd1e9d5b0e8913a3bb8a7ac3e4a497293b6b760c /community | |
parent | 199ee99e10647b354d659e2356535c10028c92e9 (diff) | |
download | aports-1fe757ff42c0fd39af453ffa777b73d52bf30a8d.tar.bz2 aports-1fe757ff42c0fd39af453ffa777b73d52bf30a8d.tar.xz |
community/bam: Fix typo (option → options)
Diffstat (limited to 'community')
-rw-r--r-- | community/bam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bam/APKBUILD b/community/bam/APKBUILD index 84b7a16e38..c39408a956 100644 --- a/community/bam/APKBUILD +++ b/community/bam/APKBUILD @@ -8,7 +8,7 @@ arch="all !s390x" #luajit unavail on excluded arches url="https://github.com/matricks/bam" makedepends="lua5.3-dev luajit-dev" license='ZLIB' -option="!check" +options="!check" source="$pkgname-$pkgver.tar.gz::https://github.com/matricks/bam/archive/v$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver |