diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-26 05:48:57 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-26 05:48:57 +0000 |
commit | d96513d9d7f8b508a5d9de18ad730f5b7cd113f2 (patch) | |
tree | a4ac2bb80e80069b304920fb4c811a37563a0ab9 | |
parent | afb599924d99fe3d42e096a7f50479db7601e4b8 (diff) | |
download | aports-d96513d9d7f8b508a5d9de18ad730f5b7cd113f2.tar.bz2 aports-d96513d9d7f8b508a5d9de18ad730f5b7cd113f2.tar.xz |
testing/py3-ansicolors: fix pkgname
The package was moved from py-ansicolors to py3-utc, but the pkgname was not
updated. Because this package also defines provides="py-ansicolors", it was not
accepted by abuild.
-rw-r--r-- | testing/py3-ansicolors/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-ansicolors/APKBUILD b/testing/py3-ansicolors/APKBUILD index b8d9551f24..012d6fd484 100644 --- a/testing/py3-ansicolors/APKBUILD +++ b/testing/py3-ansicolors/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-ansicolors +pkgname=py3-ansicolors _pkgname=ansicolors pkgver=1.1.8 pkgrel=0 |