diff options
Diffstat (limited to 'community/mruby')
-rw-r--r-- | community/mruby/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mruby/APKBUILD b/community/mruby/APKBUILD index 1771c82a5a..944a51edfe 100644 --- a/community/mruby/APKBUILD +++ b/community/mruby/APKBUILD @@ -9,7 +9,7 @@ arch="all !armhf !armv7" license="MIT" depends="" makedepends="$depends_dev bison ruby" -subpackages="$pkgname-tools $pkgname-static $pkgname-dev" +subpackages="$pkgname-tools $pkgname-static" source="https://github.com/mruby/mruby/archive/$pkgver/$pkgname-$pkgver.tar.gz build_config.rb" builddir="$srcdir/$pkgname-$pkgver" |