summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-06-17 16:05:35 -0600
committerMark Wagie2021-06-17 16:05:35 -0600
commit606f883d805efdfc9c88c4ade2b031b70727f95e (patch)
tree9a73e3ac6c4be2606e5548c8712c21ed9485b46e /PKGBUILD
parentb61032c1ccdab2163885fa0353ba4a7246e9d674 (diff)
downloadaur-elementary-planner-git.tar.gz
PKGBUILD adjustments
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cebee73070c..866921efc1b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ license=('GPL3')
depends=('elementary-icon-theme' 'evolution-data-server' 'granite'
'gtk-theme-elementary' 'libgee' 'libhandy' 'libpeas' 'libsoup' 'webkit2gtk' )
makedepends=('meson' 'vala' 'gobject-introspection')
-makedepends=('git' 'meson' 'vala' 'gobject-introspection')
provides=("${pkgname%-git}" 'planner')
conflicts=("${pkgname%-git}" 'planner')
source=('git+https://github.com/alainm23/planner.git')
@@ -25,6 +24,11 @@ build() {
meson compile -C build
}
+# No tests defined
+#check() {
+# meson test -C build --print-errorlogs
+#}
+
package() {
DESTDIR="$pkgdir" meson install -C build