summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2020-09-08 13:56:56 -0600
committergustawho2020-09-08 13:56:56 -0600
commit3c795189039384df759ce984af47fa3703f8639f (patch)
treec764ae182db4d3175dd55712887a00b46f74c944
parent793e0eb41e57f519f6bb3814dbbe5f02ec9e670f (diff)
downloadaur-3c795189039384df759ce984af47fa3703f8639f.tar.gz
Package added
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cff197d72c6d..2142e9dd4c8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kalk-git
pkgdesc = Kalk is a powerful cross-platfrom calculator application built with the Kirigami framework
pkgver = V0.1.r16.g620af81
- pkgrel = 1
+ pkgrel = 2
url = https://invent.kde.org/plasma-mobile/kalk
arch = x86_64
license = GPL3
@@ -16,8 +16,8 @@ pkgbase = kalk-git
depends = kunitconversion
depends = kdbusaddons
depends = plasma-framework
- provides = kweather
- conflicts = kweather
+ provides = kalk
+ conflicts = kalk
source = git+https://invent.kde.org/plasma-mobile/kalk.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 47bced9fb582..5039782b46bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=kalk-git
pkgver=V0.1.r16.g620af81
-pkgrel=1
+pkgrel=2
pkgdesc="Kalk is a powerful cross-platfrom calculator application built with the Kirigami framework"
arch=('x86_64')
url="https://invent.kde.org/plasma-mobile/kalk"
license=('GPL3')
depends=('ki18n' 'kconfig' 'kcoreaddons' 'knotifications' 'kirigami2' 'kunitconversion' 'kdbusaddons' 'plasma-framework')
makedepends=('git' 'qt5-tools' 'extra-cmake-modules')
-provides=('kweather')
-conflicts=('kweather')
+provides=('kalk')
+conflicts=('kalk')
source=("git+${url}.git")
sha256sums=('SKIP')