diff options
author | Michał Polański <michal@polanski.me> | 2020-02-27 18:42:21 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-27 19:12:05 -0300 |
commit | 5531839281da6cbbd0157ab1b521ee11ab0be86e (patch) | |
tree | 3106219e853eed56be4a70714de485e6a7ac365e /community/sway | |
parent | d354e779f2f93b9f4cbf23de8bedc5d0bf04a3ab (diff) | |
download | aports-5531839281da6cbbd0157ab1b521ee11ab0be86e.tar.bz2 aports-5531839281da6cbbd0157ab1b521ee11ab0be86e.tar.xz |
community/sway{,bg,idle,lock}: update url to use https
Diffstat (limited to 'community/sway')
-rw-r--r-- | community/sway/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/sway/APKBUILD b/community/sway/APKBUILD index 44406a3ef8..5362d592de 100644 --- a/community/sway/APKBUILD +++ b/community/sway/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=sway pkgver=1.4 -pkgrel=2 +pkgrel=3 pkgdesc="i3 compatible window manager for Wayland" -url="http://swaywm.org" +url="https://swaywm.org" arch="all" license="MIT" -options="suid !check" +options="suid !check" # no test suite depends="swaybg" makedepends="cairo-dev gdk-pixbuf-dev |