summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Neumann2020-11-07 09:59:42 +0100
committerJan Neumann2020-11-07 09:59:42 +0100
commitc8841d8a90343cd2d4ad251bbb671f67f0c53b9f (patch)
tree778a132d4df077841ef9c73bd1648e555709e627 /PKGBUILD
parentb726ef21a18fd15ea543ae29adacdd1ce8f43d8d (diff)
downloadaur-c8841d8a90343cd2d4ad251bbb671f67f0c53b9f.tar.gz
change from release to master
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f5947fcf1f2..2c883494075a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=latte-dock-git
_gitname=latte-dock
-pkgver=r4549.1fab6237
+pkgver=r4567.589b5f00
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')
@@ -29,7 +29,7 @@ build() {
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release ..
+ -DCMAKE_BUILD_TYPE=Master ..
}