This commit is contained in:
Page Asgardius 2024-08-09 14:21:09 -07:00
parent f2eead0064
commit f0337065e3

View file

@ -4,7 +4,7 @@
pkgname=plasma-dialer
pkgver=23.01.0
pkgrel=5
pkgrel=6
pkgdesc="Phone Dialer for Plasma Mobile"
arch=('aarch64' 'x86_64')
url="https://community.kde.org/Plasma/Mobile"
@ -31,9 +31,11 @@ makedepends=(cmake
qt5-svg
qt5-tools
reuse)
source=("https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz")
#source=("https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz")
source=("$pkgname-$pkgver.tar.gz::https://invent.kde.org/plasma-mobile/plasma-dialer/-/archive/master/plasma-dialer-master.tar.gz")
install=$pkgname.install
md5sums=('2c9795160dbe66c16510d02c0fb357d0')
#md5sums=('2c9795160dbe66c16510d02c0fb357d0')
md5sums=('SKIP')
build() {
cmake -B build -S $pkgname-$pkgver \