diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 05:47:18 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 06:13:51 -0300 |
commit | 6cdaebd68fff17491b46f0968f56ecb5af268d61 (patch) | |
tree | 87b5d5662a57401e55e6ef1e5c8505ea76ec90f5 /testing | |
parent | 5f8525d48da9ce65dc37709c96f92d2bc74a6d84 (diff) | |
download | aports-6cdaebd68fff17491b46f0968f56ecb5af268d61.tar.bz2 aports-6cdaebd68fff17491b46f0968f56ecb5af268d61.tar.xz |
testing/py3-unicorn-hat: don't make -doc subpackage
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-unicorn-hat/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/py3-unicorn-hat/APKBUILD b/testing/py3-unicorn-hat/APKBUILD index e22db71141..3cbb061dc9 100644 --- a/testing/py3-unicorn-hat/APKBUILD +++ b/testing/py3-unicorn-hat/APKBUILD @@ -10,9 +10,8 @@ arch="armhf armv7 aarch64" license="MIT" depends="python3" makedepends="py3-setuptools" -subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/pimoroni/unicorn-hat/archive/unicornhat-$pkgver.tar.gz" -builddir=$srcdir/$_pkgname-$pkgver/python/UnicornHat +builddir="$srcdir/$_pkgname-$pkgver/python/UnicornHat" replaces="py-unicorn-hat" # Backwards compatibility provides="py-unicorn-hat=$pkgver-r$pkgrel" # Backwards compatibility |