diff options
Diffstat (limited to 'user/kdesignerplugin/APKBUILD')
-rw-r--r-- | user/kdesignerplugin/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/kdesignerplugin/APKBUILD b/user/kdesignerplugin/APKBUILD index 8ce6bcd5d..4e5b65396 100644 --- a/user/kdesignerplugin/APKBUILD +++ b/user/kdesignerplugin/APKBUILD @@ -1,8 +1,8 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=kdesignerplugin -pkgver=5.38.0 -pkgrel=1 +pkgver=5.39.0 +pkgrel=0 pkgdesc="Qt Designer plugin for KDE widgets" url="https://www.kde.org/" arch="all" @@ -17,7 +17,7 @@ makedepends="$depends_dev cmake extra-cmake-modules kdoctools-dev qt5-qttools-dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="http://download.kde.org/stable/frameworks/5.38/kdesignerplugin-$pkgver.tar.xz" +source="http://download.kde.org/stable/frameworks/${pkgver%.*}/kdesignerplugin-$pkgver.tar.xz" builddir="$srcdir/kdesignerplugin-$pkgver" build() { @@ -46,4 +46,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="076b2ec4f673e655f7fb7c5c7c3d397527c2c04c7dba86fc86c3aded71180bba125997321b98053aab8fc93a4bb4113f899415a9353b17889d6a8d03cadd349b kdesignerplugin-5.38.0.tar.xz" +sha512sums="3324989254386d3a5060172d396e312551ab00d1f524e43fa2d97aaad3dd88d007f635fc61682b4fe2d28f358f491bc9c4eb82842ce31666e49c7b4824929406 kdesignerplugin-5.39.0.tar.xz" |