diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2023-08-04 14:40:10 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2023-08-04 14:40:10 +0200 |
commit | a598236fbb60f01c45191518568661350e2d4cb8 (patch) | |
tree | 59381755785fe0b24e2e4cb52d2a308b691c386c | |
parent | 2bc462be7baef616597a43188f113db638a8953d (diff) |
main/tk: claim maintainership
-rw-r--r-- | main/tk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/tk/APKBUILD b/main/tk/APKBUILD index 782a9e5ccea..9208f2b327e 100644 --- a/main/tk/APKBUILD +++ b/main/tk/APKBUILD @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=tk pkgver=8.6.13 _major=${pkgver%.*} -pkgrel=1 +pkgrel=2 pkgdesc="GUI toolkit for the Tcl scripting language" url="https://tcl.sourceforge.net/" arch="all" |