diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-12-19 13:34:14 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-12-19 14:44:59 +0000 |
commit | 8a1741d21b022317bb9de42f9e565ea319bc843c (patch) | |
tree | a7925dcbf74401076e255ccb09b4c0d673978863 | |
parent | 32618409f9851fa07be26615b0cf8fb76e004ffa (diff) | |
download | aports-8a1741d21b022317bb9de42f9e565ea319bc843c.tar.gz aports-8a1741d21b022317bb9de42f9e565ea319bc843c.tar.bz2 aports-8a1741d21b022317bb9de42f9e565ea319bc843c.tar.xz |
testing/py3-rfc-bibtex: rebuild against python3.10
-rw-r--r-- | testing/py3-rfc-bibtex/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-rfc-bibtex/APKBUILD b/testing/py3-rfc-bibtex/APKBUILD index 8c1890c0a7..da2be0c81a 100644 --- a/testing/py3-rfc-bibtex/APKBUILD +++ b/testing/py3-rfc-bibtex/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-rfc-bibtex _pkgname=${pkgname#py3-} pkgver=0.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="Command line tool that creates BibTex entries for IETF RFCs and Internet Drafts" url="https://github.com/iluxonchik/rfc-bibtex/" arch="noarch" |