Date: Wednesday, May 12, 2021 @ 00:09:23
  Author: heftig
Revision: 415001

40.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-05-11 21:08:54 UTC (rev 415000)
+++ PKGBUILD    2021-05-12 00:09:23 UTC (rev 415001)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <[email protected]>
 
 pkgname=gnome-calendar
-pkgver=40.0
+pkgver=40.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar";
@@ -13,7 +13,7 @@
 makedepends=(git meson)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=62749c165a7b471e89842733b96311555ab374ba  # tags/40.0^0
+_commit=c3211a888d9315ffaa427bbc4c00c12d5dcc1774  # tags/40.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -36,7 +36,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:

Reply via email to