mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/lua-asn1: add missing dependency
This commit is contained in:
parent
0a102d167c
commit
6486da6d2f
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
# Maintainer: Kaarle Ritvanen <kunkku@alpinelinux.org>
|
# Maintainer: Kaarle Ritvanen <kunkku@alpinelinux.org>
|
||||||
pkgname=lua-asn1
|
pkgname=lua-asn1
|
||||||
pkgver=2.2.1
|
pkgver=2.2.1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="ASN.1 framework for Lua"
|
pkgdesc="ASN.1 framework for Lua"
|
||||||
url=https://github.com/kunkku/lua-asn1
|
url=https://github.com/kunkku/lua-asn1
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license=MIT
|
license=MIT
|
||||||
depends=lua-stringy
|
depends="lua-bit32 lua-stringy"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/kunkku/lua-asn1/archive/v$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/kunkku/lua-asn1/archive/v$pkgver.tar.gz"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue