diff options
Diffstat (limited to 'main/esh/APKBUILD')
-rw-r--r-- | main/esh/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/esh/APKBUILD b/main/esh/APKBUILD index 057aca2f708..e1891c65925 100644 --- a/main/esh/APKBUILD +++ b/main/esh/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="MIT" makedepends="asciidoctor" subpackages="$pkgname-doc" -source="https://github.com/jirutka/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz" +source="https://github.com/jirutka/esh/archive/v$pkgver/esh-$pkgver.tar.gz" check() { make test |