diff options
Diffstat (limited to 'testing/fortune')
-rw-r--r-- | testing/fortune/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fortune/APKBUILD b/testing/fortune/APKBUILD index c451e383f3..c2738d8e0e 100644 --- a/testing/fortune/APKBUILD +++ b/testing/fortune/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="$depends_dev libbsd-dev" install="" subpackages="$pkgname-doc" -source="saveas-$url/archive/v$pkgver.tar.gz/$pkgname-$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" _builddir="$srcdir/$pkgname-$pkgver" build() { |