summaryrefslogtreecommitdiff
path: root/user/kdiamond
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-15 21:40:03 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-15 21:40:03 -0500
commit48c5660f168871c4ec9c4f86b81e32ebaf9a617f (patch)
treecc78e2500bc56c8e1835650054fdf56f97e488ab /user/kdiamond
parent5adc4415792fd346c5c3d2041e90edfa5f713948 (diff)
downloadpackages-48c5660f168871c4ec9c4f86b81e32ebaf9a617f.tar.gz
packages-48c5660f168871c4ec9c4f86b81e32ebaf9a617f.tar.bz2
packages-48c5660f168871c4ec9c4f86b81e32ebaf9a617f.tar.xz
packages-48c5660f168871c4ec9c4f86b81e32ebaf9a617f.zip
user/[KDE Games]: bump to 18.04.3, modernise, fix
Diffstat (limited to 'user/kdiamond')
-rw-r--r--user/kdiamond/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/user/kdiamond/APKBUILD b/user/kdiamond/APKBUILD
index 9b72d33a0..2c2c6b983 100644
--- a/user/kdiamond/APKBUILD
+++ b/user/kdiamond/APKBUILD
@@ -1,21 +1,19 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=kdiamond
-pkgver=18.04.1
+pkgver=18.04.3
pkgrel=0
pkgdesc="Three-in-a-row game"
url="https://games.kde.org/game.php?game=kdiamond"
arch="all"
-license="GPL-2.0"
+license="GPL-2.0-only"
depends=""
makedepends="cmake extra-cmake-modules qt5-qtbase-dev kcoreaddons-dev
kconfig-dev kcrash-dev kdbusaddons-dev kdoctools-dev kwidgetsaddons-dev
ki18n-dev kconfigwidgets-dev kxmlgui-dev knotifications-dev
knotifyconfig-dev libkdegames-dev"
-install=""
subpackages="$pkgname-doc $pkgname-lang"
-source="http://download.kde.org/stable/applications/$pkgver/src/kdiamond-$pkgver.tar.xz"
-builddir="$srcdir/kdiamond-$pkgver"
+source="https://download.kde.org/stable/applications/$pkgver/src/kdiamond-$pkgver.tar.xz"
build() {
cd "$builddir"
@@ -43,4 +41,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="07b8ac34f5fdb940a694477bd0f52480498060ed73560d5babc95958ee6b9e5b9ed542c7be52a8ec6120a628cbce0f092ce800026fa9b31c7088d407a09bf8ec kdiamond-18.04.1.tar.xz"
+sha512sums="05798ded8fd034fe4f8829fa1a57ac60b579d8215318ad4707527536cc56d5a0a5634eb7b5634abfab9c070774278efe26ead9a1708f4958690d58c061a4e3bd kdiamond-18.04.3.tar.xz"