summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeigi2017-12-18 17:14:10 +0100
committergeigi2017-12-18 17:14:10 +0100
commit806d3b81d13b71129211399662aa3f7eda4977fa (patch)
treee323717eb4f8cb9a64a73b165422da69bb3a6d04
parent0fa0f8a97a62aec1f7de8ddb5fec92c7952f9f07 (diff)
downloadaur-806d3b81d13b71129211399662aa3f7eda4977fa.tar.gz
replaced mesonconf
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c849b4c233e7..4ee37ec0200a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = color-picker-git
pkgdesc = One Color Picker to rule them all! No overhelming menus or settings. An easy tool with the features you need.
- pkgver = 1.0.1
+ pkgver = 20171218
pkgrel = 1
url = https://github.com/RonnyDo/ColorPicker
arch = i686
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
}