diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-03-11 09:48:08 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-13 16:35:51 -0300 |
commit | 79494622b0c70e1b0845fe2625df3991ef9df6d6 (patch) | |
tree | 7cb1698d03500fc97efd4b108d583200d324f74e /community/breeze-plymouth/APKBUILD | |
parent | 6afaa9ee56de27b81bef0a61f4d4a7cc82a4374b (diff) | |
download | aports-79494622b0c70e1b0845fe2625df3991ef9df6d6.tar.bz2 aports-79494622b0c70e1b0845fe2625df3991ef9df6d6.tar.xz |
{community,testing}/plasma: upgrade to 5.18.3
Diffstat (limited to 'community/breeze-plymouth/APKBUILD')
-rw-r--r-- | community/breeze-plymouth/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/breeze-plymouth/APKBUILD b/community/breeze-plymouth/APKBUILD index d75705ccba..4cc6b31639 100644 --- a/community/breeze-plymouth/APKBUILD +++ b/community/breeze-plymouth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=breeze-plymouth -pkgver=5.18.2 +pkgver=5.18.3 pkgrel=0 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/" @@ -13,7 +13,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/breeze-plymouth-$pkgver.t options="!check" # No tests build() { - cmake -B "$builddir"/build \ + cmake -B build \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DDISTRO_NAME="$(grep PRETTY_NAME /etc/os-release | awk -F = '{ print $2 }')" \ @@ -25,4 +25,4 @@ package() { DESTDIR="$pkgdir" make -C build install } -sha512sums="fd4006e8def989c80829fc1960b84b4e406b07e39b7286beb497db906b68de3128b3f5ccfcf51a2652e2d20bbb5b8da1f402ed20b74f34aa90d49619061985ca breeze-plymouth-5.18.2.tar.xz" +sha512sums="94a0c195ad8a619fd8ac38b41ba33dca9c27b99f8dae6e003a00612404fc2dd72519d7ba968a90f9199546c2fb881538ad9b4b070a9d73fdcfdcba51c18ee9e6 breeze-plymouth-5.18.3.tar.xz" |