diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 07:37:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:57 +0000 |
commit | fe6775cbaedb88410c961f9d31829b064349dad7 (patch) | |
tree | d5876774998e415b26488d8ccabd05ddbe4cd52a /testing/py-semanticversion/APKBUILD | |
parent | 8ec28bc90990ea119ba16cb39f739564126f3e13 (diff) | |
download | aports-fe6775cbaedb88410c961f9d31829b064349dad7.tar.bz2 aports-fe6775cbaedb88410c961f9d31829b064349dad7.tar.xz |
testing/py-semanticversion: rebuild against python 3.7
Diffstat (limited to 'testing/py-semanticversion/APKBUILD')
-rw-r--r-- | testing/py-semanticversion/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-semanticversion/APKBUILD b/testing/py-semanticversion/APKBUILD index 234e02895b..0a7d649e7b 100644 --- a/testing/py-semanticversion/APKBUILD +++ b/testing/py-semanticversion/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-semanticversion _pkgname=${pkgname#py-} pkgver=2.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="A library implementing the 'SemVer' scheme." url="https://github.com/rbarrois/python-semanticversion" arch="all" |