Date: Wednesday, April 11, 2018 @ 10:58:24 Author: arojas Revision: 321549
libqalculate 2.4.0 rebuild Modified: step/kde-unstable/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-11 10:54:46 UTC (rev 321548) +++ PKGBUILD 2018-04-11 10:58:24 UTC (rev 321549) @@ -5,7 +5,7 @@ pkgname=step pkgver=18.03.90 -pkgrel=1 +pkgrel=2 pkgdesc="Interactive Physical Simulator" url="https://kde.org/applications/education/step/" arch=(x86_64) @@ -21,6 +21,7 @@ prepare() { mkdir -p build + sed -e '/Qml/d' -e '/Quick/d' -i $pkgname-$pkgver/CMakeLists.txt } build() {
