diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-22 05:56:22 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-22 05:56:22 -0500 |
commit | f0fcd47e232970db1d687dcd65e2949e788388c5 (patch) | |
tree | 5290bcec188dd679c3236ba35b60e4fca3ede1bd | |
parent | 100cf7aa7c34f2893d83451f9f34a43fd358426b (diff) | |
download | packages-f0fcd47e232970db1d687dcd65e2949e788388c5.tar.gz packages-f0fcd47e232970db1d687dcd65e2949e788388c5.tar.bz2 packages-f0fcd47e232970db1d687dcd65e2949e788388c5.tar.xz packages-f0fcd47e232970db1d687dcd65e2949e788388c5.zip |
user/kxstitch: bump to 2.1.1, modernise
-rw-r--r-- | user/kxstitch/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/user/kxstitch/APKBUILD b/user/kxstitch/APKBUILD index 3546db37e..a8634b0b9 100644 --- a/user/kxstitch/APKBUILD +++ b/user/kxstitch/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=kxstitch -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=0 pkgdesc="Cross-stitch pattern editor by KDE" url="https://userbase.kde.org/KXStitch" @@ -11,10 +11,8 @@ depends="" makedepends="cmake extra-cmake-modules qt5-qtbase-dev qt5-qtx11extras-dev kdoctools-dev kconfig-dev kconfigwidgets-dev kcompletion-dev ki18n-dev kio-dev ktextwidgets-dev kwidgetsaddons-dev kxmlgui-dev imagemagick-dev" -install="" subpackages="$pkgname-doc $pkgname-lang" -source="http://download.kde.org/stable/kxstitch/$pkgver/kxstitch-$pkgver.tar.xz" -builddir="$srcdir/kxstitch-$pkgver" +source="https://download.kde.org/stable/kxstitch/$pkgver/kxstitch-$pkgver.tar.xz" build() { cd "$builddir" @@ -42,4 +40,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="c31b8f4c33a86967b02ad2d6c9be84931e607644c8683c41b3160c86fee8714d77a10f770d94ae3905c81261dfdaf13957783a83d2235594656bf2884f944608 kxstitch-2.1.0.tar.xz" +sha512sums="d5a6b6d06bfb894dd7404cb81350389f1ebf5c8a463eb792358abd67f362d1e1f578d06319461a006625864f1c4a69ebb4ccd0db422870c3eae0516c9132a3b3 kxstitch-2.1.1.tar.xz" |