summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheftig <heftig@9fca08f4-af9d-4005-b8df-a31f2cc04f65>2019-11-24 17:25:03 +0000
committerheftig <heftig@9fca08f4-af9d-4005-b8df-a31f2cc04f65>2019-11-24 17:25:03 +0000
commit6be7880efa687736ea8085bca090fbd457b2ccd7 (patch)
treeaee2c20f8025091bef9171205b2accb2adbdd242
parent902017f84f2ce560a7f7d93fcaf039ba93c988b0 (diff)
3.34.2-1
git-svn-id: file:///srv/repos/svn-community/svn@533082 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--geary/trunk/PKGBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/geary/trunk/PKGBUILD b/geary/trunk/PKGBUILD
index c49cb1c0949..650ff8275e5 100644
--- a/geary/trunk/PKGBUILD
+++ b/geary/trunk/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=geary
-pkgver=3.34.1
+pkgver=3.34.2
pkgrel=1
epoch=1
pkgdesc='A lightweight email client for the GNOME desktop'
@@ -37,22 +37,19 @@ depends=(
)
makedepends=(
appstream-glib
- cmake
git
- gnome-doc-utils
gobject-introspection
- intltool
- itstool
meson
vala
+ yelp-tools
)
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e13a8ab722abcf3b010746368fe73f049dca45f1)
-sha256sums=(SKIP)
+_commit=5b5d6d9440d845e22870f253a16a9e4a797cd5ea # tags/3.34.2^0
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#commit=$_commit)
+sha256sums=('SKIP')
pkgver() {
cd geary
-
- git describe --tags
+ git describe --tags | sed 's/-/+/g'
}
build() {
@@ -61,7 +58,7 @@ build() {
}
package() {
- DESTDIR="${pkgdir}" ninja -C build install
+ DESTDIR="$pkgdir" meson install -C build
}
# vim: ts=2 sw=2 et: