diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/ftmenu/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user/ftmenu/APKBUILD b/user/ftmenu/APKBUILD index 82cebcb40..fb004f0aa 100644 --- a/user/ftmenu/APKBUILD +++ b/user/ftmenu/APKBUILD @@ -10,8 +10,7 @@ options="!check" # there is currently no testsuite to run license="GPL-3.0-only" depends="" makedepends="autoconf automake gtk+2.0-dev libtool" -#source="https://downloads.sourceforge.net/project/ftmenu/ftmenu/ftmenu-0.4/ftmenu-$pkgver.tar.gz -source="https://distfiles.adelielinux.org/source/archive/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz +source="https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-${pkgver%.*}/$pkgname-$pkgver.tar.gz include-stdlib.patch " |