aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-10-20 14:36:56 +0000
committerpsykose <alice@ayaya.dev>2022-10-20 16:36:56 +0200
commit13c7f6500189062c3e0b56487b19df2a7fd4812d (patch)
tree016968ab2b254af1550412367cb3c3f88118ff28
parent890d37dcb9b3fc3296e65cf1859d70ed81bd3f8a (diff)
downloadaports-13c7f6500189062c3e0b56487b19df2a7fd4812d.tar.gz
aports-13c7f6500189062c3e0b56487b19df2a7fd4812d.tar.bz2
aports-13c7f6500189062c3e0b56487b19df2a7fd4812d.tar.xz
main/*: rebuild against icu-72.1
-rw-r--r--main/boost1.80/APKBUILD2
-rw-r--r--main/dovecot/APKBUILD2
-rw-r--r--main/harfbuzz/APKBUILD2
-rw-r--r--main/icu/APKBUILD2
-rw-r--r--main/libical/APKBUILD2
-rw-r--r--main/nodejs/APKBUILD2
-rw-r--r--main/postfix/APKBUILD2
-rw-r--r--main/postgresql13/APKBUILD2
-rw-r--r--main/postgresql14/APKBUILD2
9 files changed, 9 insertions, 9 deletions
diff --git a/main/boost1.80/APKBUILD b/main/boost1.80/APKBUILD
index 6e1e43aec39..b7552378b85 100644
--- a/main/boost1.80/APKBUILD
+++ b/main/boost1.80/APKBUILD
@@ -2,7 +2,7 @@
pkgname=boost1.80
pkgver=1.80.0
_pkgver="${pkgver//./_}"
-pkgrel=2
+pkgrel=3
pkgdesc="Free peer-reviewed portable C++ source libraries"
url="https://www.boost.org/"
arch="all"
diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD
index 18f73091e59..6e108e42550 100644
--- a/main/dovecot/APKBUILD
+++ b/main/dovecot/APKBUILD
@@ -10,7 +10,7 @@ case "$pkgver" in
*.*.*.*) _pkgverminor=${pkgver%.*.*};;
*.*.*) _pkgverminor=${pkgver%.*};;
esac
-pkgrel=3
+pkgrel=4
_pigeonholever=0.5.19
pkgdesc="IMAP and POP3 server"
url="https://www.dovecot.org/"
diff --git a/main/harfbuzz/APKBUILD b/main/harfbuzz/APKBUILD
index 0bb651214a5..9c4aacd0fc3 100644
--- a/main/harfbuzz/APKBUILD
+++ b/main/harfbuzz/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=harfbuzz
pkgver=5.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="Text shaping library"
url="https://freedesktop.org/wiki/Software/HarfBuzz"
arch="all"
diff --git a/main/icu/APKBUILD b/main/icu/APKBUILD
index 5c5b9b9364a..a2203fe8000 100644
--- a/main/icu/APKBUILD
+++ b/main/icu/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=icu
pkgver=72.1
-pkgrel=0
+pkgrel=1
pkgdesc="International Components for Unicode library"
url="https://icu.unicode.org/"
arch="all"
diff --git a/main/libical/APKBUILD b/main/libical/APKBUILD
index a7d3da41332..e79b8b29d7e 100644
--- a/main/libical/APKBUILD
+++ b/main/libical/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libical
pkgver=3.0.16
-pkgrel=0
+pkgrel=1
pkgdesc="Reference implementation of the iCalendar format"
url="https://libical.github.io/libical/"
arch="all"
diff --git a/main/nodejs/APKBUILD b/main/nodejs/APKBUILD
index db1f964345e..75efd1aca75 100644
--- a/main/nodejs/APKBUILD
+++ b/main/nodejs/APKBUILD
@@ -96,7 +96,7 @@ pkgname=nodejs
# Note: Update only to even-numbered versions (e.g. 6.y.z, 8.y.z)!
# Odd-numbered versions are supported only for 9 months by upstream.
pkgver=16.18.0
-pkgrel=0
+pkgrel=1
pkgdesc="JavaScript runtime built on V8 engine - LTS version"
url="https://nodejs.org/"
arch="all"
diff --git a/main/postfix/APKBUILD b/main/postfix/APKBUILD
index f4547337586..508b76d3a9d 100644
--- a/main/postfix/APKBUILD
+++ b/main/postfix/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=postfix
pkgver=3.7.3
-pkgrel=0
+pkgrel=1
pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)"
url="https://www.postfix.org/"
arch="all"
diff --git a/main/postgresql13/APKBUILD b/main/postgresql13/APKBUILD
index 3d1d307a4d2..ba1864a5427 100644
--- a/main/postgresql13/APKBUILD
+++ b/main/postgresql13/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
_pkgname=postgresql
pkgver=13.8
-pkgrel=1
+pkgrel=2
_majorver=${pkgver%%.*}
# Should this aport provide libpq* and libecpg*? true/false
# Exactly one postgresql aport must be the default one!
diff --git a/main/postgresql14/APKBUILD b/main/postgresql14/APKBUILD
index 660cdced240..d4c0bb0780b 100644
--- a/main/postgresql14/APKBUILD
+++ b/main/postgresql14/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
_pkgname=postgresql
pkgver=14.5
-pkgrel=1
+pkgrel=2
_majorver=${pkgver%%.*}
# Should this aport provide libpq* and libecpg*? true/false
# Exactly one postgresql aport must be the default one!