summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgeigi2017-12-18 17:14:10 +0100
committergeigi2017-12-18 17:14:10 +0100
commit806d3b81d13b71129211399662aa3f7eda4977fa (patch)
treee323717eb4f8cb9a64a73b165422da69bb3a6d04 /PKGBUILD
parent0fa0f8a97a62aec1f7de8ddb5fec92c7952f9f07 (diff)
downloadaur-color-picker-git.tar.gz
replaced mesonconf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c89d7d9b570..30620ce01dda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Julian Gwywitz <aur@geigi.de>+
+# Maintainer: Julian Geywitz <aur@geigi.de>+
pkgname=color-picker-git
_gitname=ColorPicker
pkgdesc='One Color Picker to rule them all! No overhelming menus or settings. An easy tool with the features you need.'
-pkgver="20171031"
+pkgver="20171218"
pkgrel=1
url='https://github.com/RonnyDo/ColorPicker'
arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@ sha256sums=(
build() {
cd "$_gitname"
meson build && cd build
- mesonconf -Dprefix=/usr
+ meson configure -Dprefix=/usr
ninja
}