diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-27 21:08:25 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-27 21:08:25 +0000 |
commit | 5d3da888fcc3adcd095937514ad63fc7031e28c8 (patch) | |
tree | 616c4d8089230741246c4af4e403ffc17865085a /community/i3wm | |
parent | 1d0db06770c10050f147f3e7da3f9ee6586ea5af (diff) | |
download | aports-5d3da888fcc3adcd095937514ad63fc7031e28c8.tar.bz2 aports-5d3da888fcc3adcd095937514ad63fc7031e28c8.tar.xz |
community/i3wm: fix type in subpkg definition
Diffstat (limited to 'community/i3wm')
-rw-r--r-- | community/i3wm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/i3wm/APKBUILD b/community/i3wm/APKBUILD index 93e8af6efc..1e5b183e32 100644 --- a/community/i3wm/APKBUILD +++ b/community/i3wm/APKBUILD @@ -27,7 +27,7 @@ makedepends=" subpackages=" $pkgname-dev $pkgname-doc - $pkgname-save_tree:savetree;noarch + $pkgname-save_tree:savetree:noarch " source=" https://i3wm.org/downloads/i3-$pkgver.tar.bz2 |