~alpine/aports

testing/ktouch: fix url v1 APPLIED

Bart Ribbers: 1
 testing/ktouch: 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/3050/mbox | git am -3
Learn more about email & git

[PATCH] testing/ktouch: fix url Export this patch

---
 testing/ktouch/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/ktouch/APKBUILD b/testing/ktouch/APKBUILD
index ed0534bfdf..0665adbba9 100644
--- a/testing/ktouch/APKBUILD
+++ b/testing/ktouch/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=ktouch
pkgver=19.08.1
pkgrel=0
pkgrel=1
arch="all"
url="http://edu.kde.org/ktouch/"
url="https://edu.kde.org/ktouch/"
pkgdesc="Touch Typing Tutor"
license="GPL-2.0-or-later AND GFDL-1.2-only"
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtquickcontrols2-dev qt5-qtxmlpatterns-dev qt5-qtx11extras-dev kcompletion-dev kconfig-dev kconfigwidgets-dev kcoreaddons-dev kdeclarative-dev kdoctools-dev ki18n-dev kitemviews-dev kcmutils-dev ktextwidgets-dev kwidgetsaddons-dev kwindowsystem-dev kxmlgui-dev kiconthemes-dev"
-- 
2.21.0