aboutsummaryrefslogtreecommitdiffstats
path: root/community/appstream-glib/APKBUILD
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-08-01 05:19:04 +0000
committerpsykose <alice@ayaya.dev>2022-08-01 07:19:11 +0200
commite346f39cdbc05c9e955adabade04b92782f61836 (patch)
tree758a7caeb88aa271f7c726d4c1de8ecc3ffe1545 /community/appstream-glib/APKBUILD
parent23ee3679fa4666a052ade6eb8de28d93c978e629 (diff)
community/appstream-glib: fix segfault in proxy usage
Diffstat (limited to 'community/appstream-glib/APKBUILD')
-rw-r--r--community/appstream-glib/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/appstream-glib/APKBUILD b/community/appstream-glib/APKBUILD
index 1383eaa794b..36d6db27135 100644
--- a/community/appstream-glib/APKBUILD
+++ b/community/appstream-glib/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=appstream-glib
pkgver=0.8.0
-pkgrel=0
+pkgrel=1
pkgdesc="Library for AppStream metadata"
url="https://people.freedesktop.org/~hughsient/appstream-glib/"
arch="all"
@@ -33,6 +33,7 @@ subpackages="
"
source="https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-$pkgver.tar.xz
fix-self-test.patch
+ $pkgname-fix-proxy.patch::https://github.com/hughsie/appstream-glib/commit/323f4ea96f95d1522b951963a5d91e5320d38274.patch
"
build() {
@@ -83,4 +84,5 @@ bashcomp() {
sha512sums="
13aeb37b8e890691a14d20ed0a86a14ae7125a6e08e60adcefe58ce2f861cebf7f49a01d9d1c137205b923f3162b307fc2671d476b7aaa9eae5fc5234ea4c1da appstream-glib-0.8.0.tar.xz
d3381faa19a7d4bb4bccdbd036b5c013f3941b1dec496e3d4108a61c27a138c227b880287130134021aaf1d200a6351463f39619aae2f805e923787ca540e1a3 fix-self-test.patch
+308f4ccb3daeb1da4cdb4fdb5c6d42c2864b1e4ea9d14132abcb2a9504b1971b10a365d3490b293032caeb4ac0631ad687d26150b19a43706b4f55bf092004db appstream-glib-fix-proxy.patch
"