diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-05-15 17:49:56 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-18 10:29:50 +0000 |
commit | 417ca607e553906ff38597fa5ab188ab95cf82bb (patch) | |
tree | 86b9f205a6cdd3be08722cb6268d70ee86ba23a0 /community/dolphin/APKBUILD | |
parent | 9c90900a1a4edc2a66f163075b42d320e70738b9 (diff) | |
download | aports-417ca607e553906ff38597fa5ab188ab95cf82bb.tar.gz aports-417ca607e553906ff38597fa5ab188ab95cf82bb.tar.bz2 aports-417ca607e553906ff38597fa5ab188ab95cf82bb.tar.xz |
{community,testing}/kde-applications: upgrade to 20.04.1
Diffstat (limited to 'community/dolphin/APKBUILD')
-rw-r--r-- | community/dolphin/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/dolphin/APKBUILD b/community/dolphin/APKBUILD index b092d356333..bf66af194ee 100644 --- a/community/dolphin/APKBUILD +++ b/community/dolphin/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dolphin -pkgver=20.04.0 +pkgver=20.04.1 pkgrel=0 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/system/dolphin" @@ -23,7 +23,7 @@ build() { -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib - make -C build + cmake --build build } check() { @@ -33,7 +33,7 @@ check() { } package() { - DESTDIR="$pkgdir" make -C build install + DESTDIR="$pkgdir" cmake --build build --target install } -sha512sums="cb3aa4b4cbf942bb940aed1102c0ad645179f5e9196b9b4786548048592ea347358b282fb77c38b6a563bb4f2549bdb4ac1e7e807b3193f7ca3f524af5b82bd0 dolphin-20.04.0.tar.xz" +sha512sums="41aa8c95f6159bdfe24ab6adc7a2aa774cc67ddbd074662deb4f459b93d43d7a3c96e958c88d0f437cc52ece37ed1409696eea2bddf0ee2b9bcb8920ad97d5c8 dolphin-20.04.1.tar.xz" |