From 02ef281884f842834cd2b8c0b0ef8bdc78b3bfd9 Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Thu, 12 Oct 2017 12:13:58 +0200 Subject: [PATCH] meson: build release --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2d9ab86..89f3018 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sat Oct 7 07:33:49 UTC 2017 +# Thu Oct 12 10:13:51 UTC 2017 pkgbase = astroid-git pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others - pkgver = v0.10.1.r29.g6d78b7f + pkgver = v0.10.2.r0.gaa8789f pkgrel = 1 url = https://github.com/astroidmail/astroid install = astroid.install diff --git a/PKGBUILD b/PKGBUILD index 90f5d53..20aa4f6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Gaute Hope _pkgname=astroid pkgname=$_pkgname-git -pkgver=v0.10.1.r29.g6d78b7f +pkgver=v0.10.2.r0.gaa8789f pkgrel=1 epoch= pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others" @@ -28,7 +28,7 @@ md5sums=('SKIP') build() { cd "$srcdir/astroid" - meson build --prefix=/usr -Dbuildtype=release + meson build --prefix=/usr --buildtype release cd build ninja }