diff options
Diffstat (limited to 'main/tiny-ec2-bootstrap/APKBUILD')
-rw-r--r-- | main/tiny-ec2-bootstrap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/tiny-ec2-bootstrap/APKBUILD b/main/tiny-ec2-bootstrap/APKBUILD index 418d071462..1210b20f78 100644 --- a/main/tiny-ec2-bootstrap/APKBUILD +++ b/main/tiny-ec2-bootstrap/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Mike Crute <mike@crute.us> pkgname=tiny-ec2-bootstrap pkgver=1.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="A tiny EC2 instance bootstrapper that uses instance metadata" url="https://github.com/mcrute/tiny-ec2-bootstrap" arch="noarch" license="MIT" options="!check" # no tests provided -depends="openrc" +depends="openrc e2fsprogs-extra" source="$pkgname-$pkgver.tar.gz::https://github.com/mcrute/$pkgname/archive/release-$pkgver.tar.gz" builddir="$srcdir/$pkgname-release-$pkgver" |