summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2020-10-20 12:00:56 -0600
committerSam Burgos2020-10-20 12:00:56 -0600
commit4f297bef86d6da7dc0552d3880db5f6d00c678e3 (patch)
tree46f09fb53f4539d3f2a8df2b385e0c8d16a2c802
parent887415a2b0ae0b9119fa2502923468d70ebbcdfa (diff)
downloadaur-4f297bef86d6da7dc0552d3880db5f6d00c678e3.tar.gz
updated to version 3.38.1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f5894fe918e..518adc536c72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gnome-calendar-linuxmint
pkgdesc = Simple and beautiful calendar application designed to perfectly fit the GNOME desktop. With Linux Mint patches
- pkgver = 3.36.1
+ pkgver = 3.38.1
pkgrel = 1
url = https://wiki.gnome.org/Apps/Calendar
arch = x86_64
groups = gnome
license = GPL
makedepends = appstream-glib
+ makedepends = libhandy0
makedepends = git
makedepends = meson
makedepends = python
@@ -23,7 +24,7 @@ pkgbase = gnome-calendar-linuxmint
optdepends = evolution: ICS file import
provides = gnome-calendar
conflicts = gnome-calendar
- source = git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=ec23a9ae05b6a10de27144c9573c0ee220bed770
+ source = git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=3ccf609a7865b11248bc21b1dc1d29a174d48c87
source = add_cinnamon_settings_online_support.patch
source = replace_link_cinnamon_settings_online_support.patch
source = set_window_icon_name.patch
diff --git a/PKGBUILD b/PKGBUILD
index 2511bbc808f8..a559ef67f665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-calendar-linuxmint
_pkgname=gnome-calendar
-pkgver=3.36.1
+pkgver=3.38.1
pkgrel=1
pkgdesc='Simple and beautiful calendar application designed to perfectly fit the GNOME desktop. With Linux Mint patches'
arch=(x86_64)
@@ -25,6 +25,7 @@ optdepends=(
)
makedepends=(
appstream-glib
+ libhandy0
git
meson
python
@@ -32,7 +33,7 @@ makedepends=(
provides=(${_pkgname})
conflicts=(${_pkgname})
groups=(gnome)
-_commit=ec23a9ae05b6a10de27144c9573c0ee220bed770 # tags/3.36.1^0
+_commit=3ccf609a7865b11248bc21b1dc1d29a174d48c87 # tags/3.38.1^0
source=(
"git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit"
"add_cinnamon_settings_online_support.patch"