[arch-commits] Commit in geary/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Dec 19 21:05:01 UTC 2019


    Date: Thursday, December 19, 2019 @ 21:05:00
  Author: alucryd
Revision: 538438

upgpkg: geary 1:3.34.2-2

Modified:
  geary/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-19 20:55:49 UTC (rev 538437)
+++ PKGBUILD	2019-12-19 21:05:00 UTC (rev 538438)
@@ -4,7 +4,7 @@
 
 pkgname=geary
 pkgver=3.34.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   gdk-pixbuf2
   glib2
   gmime
-  gnome-keyring
+  org.freedesktop.secrets
   gnome-online-accounts
   gspell
   gtk3
@@ -43,9 +43,8 @@
   vala
   yelp-tools
 )
-_commit=5b5d6d9440d845e22870f253a16a9e4a797cd5ea  # tags/3.34.2^0
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#commit=$_commit)
-sha256sums=('SKIP')
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=5b5d6d9440d845e22870f253a16a9e4a797cd5ea)
+sha256sums=(SKIP)
 
 pkgver() {
   cd geary
@@ -58,7 +57,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  DESTDIR="${pkgdir}" meson install -C build
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list