~alpine/aports

main/atkmm: fix url v1 REJECTED

Bart Ribbers: 1
 main/atkmm: fix url

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3035/mbox | git am -3
Learn more about email & git

[PATCH] main/atkmm: fix url Export this patch

---
 main/atkmm/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/atkmm/APKBUILD b/main/atkmm/APKBUILD
index a53f50a498..0b22c7992d 100644
--- a/main/atkmm/APKBUILD
+++ b/main/atkmm/APKBUILD
@@ -1,10 +1,10 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=atkmm
pkgver=2.28.0
pkgrel=0
pkgrel=1
pkgdesc="C++ bindings for atk"
options="!check" # No testsuite
url="http://gtkmm.sourceforge.net/"
url="https://www.gtkmm.org/"
arch="all"
license="LGPL-2.0-or-later"
makedepends="atk-dev glibmm-dev libsigc++-dev perl"
-- 
2.21.0