diff options
Diffstat (limited to 'community/remind/APKBUILD')
-rw-r--r-- | community/remind/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/remind/APKBUILD b/community/remind/APKBUILD index 48dc9624d3..9ccfaa87d6 100644 --- a/community/remind/APKBUILD +++ b/community/remind/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Sophisticated calendar and alarm program" url="https://www.roaringpenguin.com/products/remind" arch="all" license="GPL2" -subpackages="$pkgname-doc tkremind" +subpackages="$pkgname-doc tkremind::noarch" source="https://www.roaringpenguin.com/files/download/remind-$pkgver.tar.gz" _builddir="$srcdir"/remind-$pkgver @@ -22,7 +22,6 @@ package() { } tkremind() { - arch=noarch depends="remind tk" local src="$pkgdir"/usr/bin |