aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/glib/APKBUILD2
-rw-r--r--main/gobject-introspection/APKBUILD2
-rw-r--r--main/guile/APKBUILD2
-rw-r--r--main/llvm10/APKBUILD2
-rw-r--r--main/llvm9/APKBUILD2
-rw-r--r--main/mozjs60/APKBUILD2
-rw-r--r--main/p11-kit/APKBUILD2
-rw-r--r--main/py3-cffi/APKBUILD2
-rw-r--r--main/py3-gobject3/APKBUILD2
-rw-r--r--main/python3/APKBUILD2
-rw-r--r--main/ruby/APKBUILD2
-rw-r--r--main/wayland/APKBUILD2
12 files changed, 12 insertions, 12 deletions
diff --git a/main/glib/APKBUILD b/main/glib/APKBUILD
index e7e786d3b4..a48dde1ee3 100644
--- a/main/glib/APKBUILD
+++ b/main/glib/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=glib
pkgver=2.64.2
-pkgrel=0
+pkgrel=1
pkgdesc="Common C routines used by Gtk+ and other libs"
url="https://developer.gnome.org/glib/"
arch="all"
diff --git a/main/gobject-introspection/APKBUILD b/main/gobject-introspection/APKBUILD
index b52e1df204..9fd2ee5117 100644
--- a/main/gobject-introspection/APKBUILD
+++ b/main/gobject-introspection/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gobject-introspection
pkgver=1.64.1
-pkgrel=0
+pkgrel=1
pkgdesc="Introspection system for GObject-based libraries"
url="https://wiki.gnome.org/action/show/Projects/GObjectIntrospection"
arch="all"
diff --git a/main/guile/APKBUILD b/main/guile/APKBUILD
index 9193fa1a97..00dce41394 100644
--- a/main/guile/APKBUILD
+++ b/main/guile/APKBUILD
@@ -6,7 +6,7 @@
pkgname=guile
pkgver=2.0.14
-pkgrel=0
+pkgrel=1
pkgdesc="Guile is a portable, embeddable Scheme implementation written in C"
url="https://www.gnu.org/software/guile/"
arch="all"
diff --git a/main/llvm10/APKBUILD b/main/llvm10/APKBUILD
index 46de6cb695..ed10b617dd 100644
--- a/main/llvm10/APKBUILD
+++ b/main/llvm10/APKBUILD
@@ -8,7 +8,7 @@ _pkgname=llvm
pkgver=10.0.0
_majorver=${pkgver%%.*}
pkgname=$_pkgname$_majorver
-pkgrel=0
+pkgrel=1
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all"
url="https://llvm.org/"
diff --git a/main/llvm9/APKBUILD b/main/llvm9/APKBUILD
index fb9803112c..9a8be63d5e 100644
--- a/main/llvm9/APKBUILD
+++ b/main/llvm9/APKBUILD
@@ -8,7 +8,7 @@ _pkgname=llvm
pkgver=9.0.1
_majorver=${pkgver%${pkgver##[0-9]}}
pkgname=$_pkgname$_majorver
-pkgrel=1
+pkgrel=2
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all"
url="https://llvm.org/"
diff --git a/main/mozjs60/APKBUILD b/main/mozjs60/APKBUILD
index 7b4a237534..32b4aed8ca 100644
--- a/main/mozjs60/APKBUILD
+++ b/main/mozjs60/APKBUILD
@@ -3,7 +3,7 @@
pkgname=mozjs60
pkgver=60.9.0
_majver=${pkgver%%.*}
-pkgrel=3
+pkgrel=4
pkgdesc="standalone mozilla javascript engine"
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/60"
arch="all"
diff --git a/main/p11-kit/APKBUILD b/main/p11-kit/APKBUILD
index 56b018fe27..725867b4ad 100644
--- a/main/p11-kit/APKBUILD
+++ b/main/p11-kit/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=p11-kit
pkgver=0.23.20
-pkgrel=2
+pkgrel=3
pkgdesc="Library for loading and sharing PKCS#11 modules"
url="https://p11-glue.freedesktop.org/"
arch="all"
diff --git a/main/py3-cffi/APKBUILD b/main/py3-cffi/APKBUILD
index ecabf6a657..a5b36fa9f1 100644
--- a/main/py3-cffi/APKBUILD
+++ b/main/py3-cffi/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-cffi
_pkgname=cffi
pkgver=1.14.0
-pkgrel=0
+pkgrel=1
pkgdesc="A foreign function interface for calling C code from Python3"
url="http://cffi.readthedocs.org/"
arch="all"
diff --git a/main/py3-gobject3/APKBUILD b/main/py3-gobject3/APKBUILD
index 2a1c5227cc..e65c1ebb2f 100644
--- a/main/py3-gobject3/APKBUILD
+++ b/main/py3-gobject3/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=py3-gobject3
pkgver=3.36.0
-pkgrel=0
+pkgrel=1
pkgdesc="Python bindings for the GObject library"
url="https://wiki.gnome.org/Projects/PyGObject/"
arch="all"
diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD
index 2121d77229..13e23a651b 100644
--- a/main/python3/APKBUILD
+++ b/main/python3/APKBUILD
@@ -6,7 +6,7 @@ pkgname=python3
pkgver=3.8.2
_bluez_ver=5.53
_basever="${pkgver%.*}"
-pkgrel=3
+pkgrel=4
pkgdesc="A high-level scripting language"
url="https://www.python.org/"
arch="all"
diff --git a/main/ruby/APKBUILD b/main/ruby/APKBUILD
index c7ce5dd10a..1f782b885a 100644
--- a/main/ruby/APKBUILD
+++ b/main/ruby/APKBUILD
@@ -36,7 +36,7 @@
pkgname=ruby
pkgver=2.6.6
_abiver="${pkgver%.*}.0"
-pkgrel=2
+pkgrel=3
pkgdesc="An object-oriented language for quick and easy programming"
url="https://www.ruby-lang.org/"
arch="all"
diff --git a/main/wayland/APKBUILD b/main/wayland/APKBUILD
index e078b69d40..28ada71eaf 100644
--- a/main/wayland/APKBUILD
+++ b/main/wayland/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=wayland
pkgver=1.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="A computer display server protocol"
url="https://wayland.freedesktop.org"
arch="all"