aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-16 13:00:59 +0300
committerCem Keylan <cem@ckyln.com>2021-07-16 13:00:59 +0300
commit965096f4e597580d0536c149f72487f42f6266ff (patch)
treed11063fb5a5802b150607393c00b9c394433b733 /community
parentb8fecd3757f5696659bdded3be0bdc2cbd86e6b2 (diff)
downloadrepository-965096f4e597580d0536c149f72487f42f6266ff.tar.gz
girara: bump to 0.3.6
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/girara/build6
-rw-r--r--community/girara/checksums2
-rw-r--r--community/girara/sources2
-rw-r--r--community/girara/version2
4 files changed, 8 insertions, 4 deletions
diff --git a/community/girara/build b/community/girara/build
index 79b33a01..b54ba0d3 100755
--- a/community/girara/build
+++ b/community/girara/build
@@ -1,12 +1,16 @@
#!/bin/sh -e
+export DESTDIR=$1
+
meson build \
--prefix=/usr \
--sysconfdir=/etc \
--buildtype=release \
+ -Ddefault_library=static \
-Djson=enabled \
-Dnotify=disabled \
-Ddocs=disabled \
-Dtests=disabled
-DESTDIR="$1" ninja -C build install
+ninja -C build
+ninja -C build install
diff --git a/community/girara/checksums b/community/girara/checksums
index 8c2e5bbf..b25fc027 100644
--- a/community/girara/checksums
+++ b/community/girara/checksums
@@ -1 +1 @@
-ce6bc8cb95ec886dc01c6ce8ea8ccf1d17db523d78dec1aa380115b2804971d8 0.3.5.tar.gz
+18f1028f4095c4a87e8137c0924becd77b5d8b2f778a5f7b8aa6d24f12d04a23 0.3.6.tar.gz
diff --git a/community/girara/sources b/community/girara/sources
index 422cb594..4b1d5cf6 100644
--- a/community/girara/sources
+++ b/community/girara/sources
@@ -1 +1 @@
-https://github.com/pwmt/girara/archive/0.3.5.tar.gz
+https://github.com/pwmt/girara/archive/0.3.6.tar.gz
diff --git a/community/girara/version b/community/girara/version
index 86cee778..47fd47f0 100644
--- a/community/girara/version
+++ b/community/girara/version
@@ -1 +1 @@
-0.3.5 1
+0.3.6 1