diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-26 05:43:22 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-26 05:43:22 +0000 |
commit | afb599924d99fe3d42e096a7f50479db7601e4b8 (patch) | |
tree | 7a14e1a7625a953e2595b2de1e09999331cf3b9d /testing/py3-utc | |
parent | 907b6fc004a5644141ddd65650cd068359310015 (diff) | |
download | aports-afb599924d99fe3d42e096a7f50479db7601e4b8.tar.bz2 aports-afb599924d99fe3d42e096a7f50479db7601e4b8.tar.xz |
testing/py3-utc: fix pkgname
The package was moved from py-utc to py3-utc, but the pkgname was not
updated. Because this package also defines provides="py-utc", it was not
accepted by abuild.
Diffstat (limited to 'testing/py3-utc')
-rw-r--r-- | testing/py3-utc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-utc/APKBUILD b/testing/py3-utc/APKBUILD index 343e4b9fbe..810b50a0d7 100644 --- a/testing/py3-utc/APKBUILD +++ b/testing/py3-utc/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-utc +pkgname=py3-utc _pkgname=utc pkgver=0.0.3 pkgrel=0 |