From d7c115498985d6531b251ff5891c79763d29496a Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Tue, 13 Oct 2020 07:25:03 -0300
Subject: [PATCH] community/*: rebuild against libgit2.so.1.1

---
 community/calligra/APKBUILD      | 2 +-
 community/exa/APKBUILD           | 2 +-
 community/gnome-builder/APKBUILD | 2 +-
 community/kup/APKBUILD           | 2 +-
 community/libgit2-glib/APKBUILD  | 2 +-
 community/ruby-rugged/APKBUILD   | 2 +-
 community/rust/APKBUILD          | 2 +-
 community/stagit/APKBUILD        | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/community/calligra/APKBUILD b/community/calligra/APKBUILD
index 12f94fa2d674..ae6c508ce5c4 100644
--- a/community/calligra/APKBUILD
+++ b/community/calligra/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=calligra
 pkgver=3.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Office and graphic art suite by KDE"
 arch="all !armhf !mips !mips64 !s390x !ppc64le" # qtdeclarative
 url="https://calligra.org"
diff --git a/community/exa/APKBUILD b/community/exa/APKBUILD
index 9667f502bcca..069ea6761abe 100644
--- a/community/exa/APKBUILD
+++ b/community/exa/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer:
 pkgname=exa
 pkgver=0.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="ls replacement written in Rust"
 url="https://the.exa.website/"
 options="!check" # Tests fail on drone-ci
diff --git a/community/gnome-builder/APKBUILD b/community/gnome-builder/APKBUILD
index cf3cc787820a..0d8cc37cdcee 100644
--- a/community/gnome-builder/APKBUILD
+++ b/community/gnome-builder/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=gnome-builder
 pkgver=3.38.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Develop software for GNOME"
 url="https://wiki.gnome.org/Apps/Builder"
 arch="all !s390x !mips !mips64"
diff --git a/community/kup/APKBUILD b/community/kup/APKBUILD
index 31d8bf0cbc29..60ec67e388f8 100644
--- a/community/kup/APKBUILD
+++ b/community/kup/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=kup
 pkgver=0.8.0
-pkgrel=0
+pkgrel=1
 pkgdesc="A KDE bup backup software for helping people to keep up-to-date backups"
 arch="all !armhf" # armhf blocked by extra-cmake-modules
 arch="$arch !s390x" # s390x bloked by plasma-framework, kinit, kio, solid
diff --git a/community/libgit2-glib/APKBUILD b/community/libgit2-glib/APKBUILD
index 89c00fb961d4..ed16a180e65b 100644
--- a/community/libgit2-glib/APKBUILD
+++ b/community/libgit2-glib/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 pkgname=libgit2-glib
 pkgver=0.99.0.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Glib wrapper library around libgit2"
 url="https://wiki.gnome.org/Projects/Libgit2-glib"
 arch="all"
diff --git a/community/ruby-rugged/APKBUILD b/community/ruby-rugged/APKBUILD
index e8422ac22bc8..ac84096f5280 100644
--- a/community/ruby-rugged/APKBUILD
+++ b/community/ruby-rugged/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rugged
 _gemname=rugged
 pkgver=1.0.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Ruby bindings to libgit2"
 url="https://github.com/libgit2/rugged"
 arch="all"
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD
index f0d0747bef43..68f1cfcad7f9 100644
--- a/community/rust/APKBUILD
+++ b/community/rust/APKBUILD
@@ -7,7 +7,7 @@ pkgname=rust
 pkgver=1.46.0
 _llvmver=10
 _bootver=1.45.2
-pkgrel=0
+pkgrel=1
 pkgdesc="The Rust Programming Language"
 url="https://www.rust-lang.org"
 arch="x86_64 armv7 armhf aarch64 x86 ppc64le"
diff --git a/community/stagit/APKBUILD b/community/stagit/APKBUILD
index 30f6489877ba..3474d121934e 100644
--- a/community/stagit/APKBUILD
+++ b/community/stagit/APKBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Justin Berthault <justin.berthault@zaclys.net>
 pkgname=stagit
 pkgver=0.9.4
-pkgrel=0
+pkgrel=1
 pkgdesc="static git page generator"
 url="https://www.codemadness.org/stagit.html"
 arch="all"
-- 
GitLab