diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-21 22:36:25 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-21 22:36:25 -0500 |
commit | ead65902aa1ae0e3b7aac5c2010f45d20268260e (patch) | |
tree | 9a1131ecd9d7f981a582491e085f517e26ae27a1 /user/lxqt-about | |
parent | 84468d73362dba67a9cfacc4a55f8bc8516677ce (diff) | |
download | packages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.tar.gz packages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.tar.bz2 packages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.tar.xz packages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.zip |
user/[17 LXQt packages]: modernise, set URL to https
Diffstat (limited to 'user/lxqt-about')
-rw-r--r-- | user/lxqt-about/APKBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/user/lxqt-about/APKBUILD b/user/lxqt-about/APKBUILD index ae3ddcd76..4ae9014dc 100644 --- a/user/lxqt-about/APKBUILD +++ b/user/lxqt-about/APKBUILD @@ -2,18 +2,16 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=lxqt-about pkgver=0.13.0 -pkgrel=0 -pkgdesc="Dialog window providing information about LXQt and the system it runs on." -url="http://lxqt.org" +pkgrel=1 +pkgdesc="Dialog window providing information about LXQt and the running system" +url="https://lxqt.org" arch="all" +options="!check" # No test suite. license="LGPL-2.1+" depends="" -makedepends="cmake extra-cmake-modules qt5-qttools-dev kwindowsystem-dev lxqt-build-tools>=0.5.0 liblxqt-dev>=0.12.0" -install="" +makedepends="cmake extra-cmake-modules qt5-qttools-dev kwindowsystem-dev + lxqt-build-tools>=0.5.0 liblxqt-dev>=0.12.0" source="https://github.com/lxqt/lxqt-about/releases/download/$pkgver/lxqt-about-$pkgver.tar.xz" -builddir="$srcdir/lxqt-about-$pkgver" -# no tests -options="!check" build() { cd "$builddir" |