diff options
author | ptrcnull <git@ptrcnull.me> | 2022-12-13 20:05:54 +0100 |
---|---|---|
committer | ptrcnull <git@ptrcnull.me> | 2022-12-13 20:14:50 +0100 |
commit | c960c7e3824196cccf1d440e3e909e6eeb8d1df7 (patch) | |
tree | 6951db7664ceef5e9e3ddb2f01a546553133adc6 /main/umix/APKBUILD | |
parent | 88da97cf7f594d1de6bb7bd4012b90a31c28500b (diff) | |
download | aports-c960c7e3824196cccf1d440e3e909e6eeb8d1df7.zip |
main/*: remove $pkgname from source url
[AL29]: $pkgname should not be used in the source url
Diffstat (limited to 'main/umix/APKBUILD')
-rw-r--r-- | main/umix/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/umix/APKBUILD b/main/umix/APKBUILD index 7a8825d07e6..a771ac24207 100644 --- a/main/umix/APKBUILD +++ b/main/umix/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL-2.0-or-later" makedepends="linux-headers ncurses-dev" subpackages="$pkgname-doc" -source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" +source="https://downloads.sourceforge.net/umix/umix-$pkgver.tar.gz" prepare() { update_config_sub |