2
0
Fork 0

meson: build release

This commit is contained in:
Gaute Hope 2017-10-12 12:13:58 +02:00
parent 5711595ee8
commit 02ef281884
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Sat Oct 7 07:33:49 UTC 2017 # Thu Oct 12 10:13:51 UTC 2017
pkgbase = astroid-git pkgbase = astroid-git
pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others 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 pkgrel = 1
url = https://github.com/astroidmail/astroid url = https://github.com/astroidmail/astroid
install = astroid.install install = astroid.install

View File

@ -1,7 +1,7 @@
# Maintainer: Gaute Hope <eg@gaute.vetsj.com> # Maintainer: Gaute Hope <eg@gaute.vetsj.com>
_pkgname=astroid _pkgname=astroid
pkgname=$_pkgname-git pkgname=$_pkgname-git
pkgver=v0.10.1.r29.g6d78b7f pkgver=v0.10.2.r0.gaa8789f
pkgrel=1 pkgrel=1
epoch= epoch=
pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others" 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() { build() {
cd "$srcdir/astroid" cd "$srcdir/astroid"
meson build --prefix=/usr -Dbuildtype=release meson build --prefix=/usr --buildtype release
cd build cd build
ninja ninja
} }