diff options
author | Justin Berthault <justin.berthault@zaclys.net> | 2020-09-22 20:14:46 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-09-24 04:08:42 +0000 |
commit | 95a248e8bf8e3cc33d28b3517790902223605b7d (patch) | |
tree | afc981205f40a40619d72bbc539bb438d1937b70 | |
parent | 6c8f869da8f25b0eb482285f638a92dabb795edd (diff) | |
download | aports-95a248e8bf8e3cc33d28b3517790902223605b7d.tar.gz aports-95a248e8bf8e3cc33d28b3517790902223605b7d.tar.bz2 aports-95a248e8bf8e3cc33d28b3517790902223605b7d.tar.xz |
community/*: rebuild against libgdbm.so.6
-rw-r--r-- | community/man-db/APKBUILD | 2 | ||||
-rw-r--r-- | community/mutt/APKBUILD | 2 | ||||
-rw-r--r-- | community/nmh/APKBUILD | 2 | ||||
-rw-r--r-- | community/ocaml/APKBUILD | 2 | ||||
-rw-r--r-- | community/php7/APKBUILD | 2 | ||||
-rw-r--r-- | community/python2/APKBUILD | 2 | ||||
-rw-r--r-- | community/python3-tkinter/APKBUILD | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/community/man-db/APKBUILD b/community/man-db/APKBUILD index 161c0c6116..181172f508 100644 --- a/community/man-db/APKBUILD +++ b/community/man-db/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=man-db pkgver=2.9.3 -pkgrel=1 +pkgrel=2 pkgdesc="The man command and related utilities for examining on-line help files" url="http://www.nongnu.org/man-db/" arch="all" diff --git a/community/mutt/APKBUILD b/community/mutt/APKBUILD index 57e0ea2bca..e9f7fa00f9 100644 --- a/community/mutt/APKBUILD +++ b/community/mutt/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mutt pkgver=1.14.7 -pkgrel=0 +pkgrel=1 pkgdesc="Small and very powerful text-mode email client" url="http://www.mutt.org" arch="all" diff --git a/community/nmh/APKBUILD b/community/nmh/APKBUILD index 3a9344d77d..014af13d10 100644 --- a/community/nmh/APKBUILD +++ b/community/nmh/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=nmh pkgver=1.7.1 -pkgrel=3 +pkgrel=4 pkgdesc="nmh is a powerful electronic mail handling system" url="http://www.nongnu.org/nmh/" arch="all" diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index 2c5a4c0baa..110b059b62 100644 --- a/community/ocaml/APKBUILD +++ b/community/ocaml/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: pkgname=ocaml pkgver=4.08.1 -pkgrel=4 +pkgrel=5 pkgdesc="Main implementation of the Caml programming language" url="http://ocaml.org/" arch="all !x86 !armhf !armv7 !mips !mips64" diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index d45ee64cfe..818289f1a4 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -26,7 +26,7 @@ pkgname=php7 _pkgreal=php pkgver=7.4.10 -pkgrel=1 +pkgrel=2 _apiver=20190902 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? diff --git a/community/python2/APKBUILD b/community/python2/APKBUILD index ee9c55173a..715d2813e1 100644 --- a/community/python2/APKBUILD +++ b/community/python2/APKBUILD @@ -4,7 +4,7 @@ pkgname=python2 # the python2-tkinter's pkgver needs to be synchronized with this. pkgver=2.7.18 _verbase=${pkgver%.*} -pkgrel=0 +pkgrel=1 pkgdesc="A high-level scripting language" url="https://www.python.org/" arch="all" diff --git a/community/python3-tkinter/APKBUILD b/community/python3-tkinter/APKBUILD index 56b12c6e90..9a383b25eb 100644 --- a/community/python3-tkinter/APKBUILD +++ b/community/python3-tkinter/APKBUILD @@ -4,7 +4,7 @@ pkgname=python3-tkinter pkgver=3.8.5 _basever="${pkgver%.*}" -pkgrel=0 +pkgrel=1 pkgdesc="A graphical user interface for the Python" url="https://wiki.python.org/moin/TkInter" arch="all" |