diff options
Diffstat (limited to 'testing/fvwm')
-rw-r--r-- | testing/fvwm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fvwm/APKBUILD b/testing/fvwm/APKBUILD index 47219e9971..e0a5aeb460 100644 --- a/testing/fvwm/APKBUILD +++ b/testing/fvwm/APKBUILD @@ -13,7 +13,7 @@ depends_dev="libxcursor-dev libx11-dev freetype-dev fontconfig-dev makedepends="$depends_dev perl libxslt" install="" subpackages="$pkgname-doc $pkgname-lang" -source="https://github.com/fvwmorg/fvwm/releases/download/version-${pkgver#.#_#}/$pkgname-$pkgver.tar.gz" +source="https://github.com/fvwmorg/fvwm/releases/download/version-2_6_6/$pkgname-$pkgver.tar.gz" _builddir=$srcdir/${pkgname}-${pkgver} prepare() { |