diff options
Diffstat (limited to 'main/alpine-make-rootfs/APKBUILD')
-rw-r--r-- | main/alpine-make-rootfs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/alpine-make-rootfs/APKBUILD b/main/alpine-make-rootfs/APKBUILD index 0f5640d439f..174e577edf1 100644 --- a/main/alpine-make-rootfs/APKBUILD +++ b/main/alpine-make-rootfs/APKBUILD @@ -8,7 +8,7 @@ url="https://github.com/alpinelinux/alpine-make-rootfs" arch="noarch" license="MIT" depends="tar" -source="$pkgname-$pkgver.tar.gz::https://github.com/alpinelinux/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/alpinelinux/alpine-make-rootfs/archive/v$pkgver.tar.gz" options="!check" # no suitable tests provided package() { |