[arch-commits] Commit in partitionmanager/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Feb 9 09:33:54 UTC 2020
Date: Sunday, February 9, 2020 @ 09:33:54
Author: arojas
Revision: 565266
Update to 4.1.0
Modified:
partitionmanager/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-09 09:28:10 UTC (rev 565265)
+++ PKGBUILD 2020-02-09 09:33:54 UTC (rev 565266)
@@ -3,7 +3,7 @@
# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
pkgname=partitionmanager
-pkgver=4.0.0
+pkgver=4.1.0
pkgrel=1
pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems"
arch=(x86_64)
@@ -12,7 +12,7 @@
depends=(kpmcore hicolor-icon-theme kio)
makedepends=(extra-cmake-modules kdoctools)
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7967edaf9dad3641ff31ff5da1f23578c7348e3d70214baf16236d5c40c413e1'
+sha256sums=('d61e20237c854cd3622b19cec5939c51bf4f350741106fdb44fc5a82155735b4'
'SKIP')
validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
@@ -23,8 +23,6 @@
build() {
cd build
cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
}
More information about the arch-commits
mailing list