meson: build release
This commit is contained in:
parent
5711595ee8
commit
02ef281884
4
.SRCINFO
4
.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
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Gaute Hope <eg@gaute.vetsj.com>
|
||||
_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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user