summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Neumann2022-07-07 22:05:10 +0200
committerJan Neumann2022-07-07 22:05:10 +0200
commit04661a35127bfb9532fec048ffe830e8f8ca5534 (patch)
tree54cf935383eccf6dccc1c41a79b2708852645459 /PKGBUILD
parent1d0a8d40c7c65e2b9042bdc0ed06eeaa4469b705 (diff)
downloadaur-04661a35127bfb9532fec048ffe830e8f8ca5534.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6576be7b785e..12745af95618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=latte-dock-git
_gitname=latte-dock
-pkgver=r5892.3ea1e904
+pkgver=r5955.24b1e8fa
pkgrel=1
pkgdesc='Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids'
arch=('x86_64')
@@ -27,7 +27,7 @@ pkgver() {
build() {
cd ${_gitname}
- mkdir build && cd build
+ mkdir -p build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Master ..