diff options
Diffstat (limited to 'user/knotifications')
-rw-r--r-- | user/knotifications/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/knotifications/APKBUILD b/user/knotifications/APKBUILD index 39b8a7fbc..bcd4fa998 100644 --- a/user/knotifications/APKBUILD +++ b/user/knotifications/APKBUILD @@ -15,7 +15,7 @@ makedepends="$depends_dev cmake extra-cmake-modules libx11-dev libxext-dev libice-dev qt5-qttools-dev" install="" subpackages="$pkgname-dev $pkgname-lang" -source="http://download.kde.org/stable/frameworks/5.38/knotifications-$pkgver.tar.xz" +source="http://download.kde.org/stable/frameworks/${pkgver%.*}/knotifications-$pkgver.tar.xz" builddir="$srcdir/knotifications-$pkgver" build() { |