summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-11-22 08:52:43 -0600
committerSam Burgos2018-11-22 08:52:43 -0600
commitff5351034d96ddc65abd24710a6e2047623a9a8e (patch)
tree40ce49e7a0961f94e88afdac87c9f77ad6de8d26
parentaec364ef5aaf884c903877421ca2a38cde78a633 (diff)
downloadaur-ff5351034d96ddc65abd24710a6e2047623a9a8e.tar.gz
updated to version 3.30.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d36604c69b28..6b1780c5cd4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-calendar-linuxmint
pkgdesc = Simple and beautiful calendar application designed to perfectly fit the GNOME desktop. With Linux Mint patches
- pkgver = 3.30.0
+ pkgver = 3.30.1
pkgrel = 1
url = https://wiki.gnome.org/Apps/Calendar
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = gnome-calendar-linuxmint
depends = libdazzle
provides = gnome-calendar
conflicts = gnome-calendar
- source = git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=63ed4c48c84291ca70c747d6078090f8263088bf
+ source = git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=262dd7e3b03b3eacf3b62c616005119b64e0d35e
source = null-icaltime.diff
source = add_cinnamon_settings_online_support.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index af7f69774bfa..b2fe85720a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-calendar-linuxmint
_pkgname=gnome-calendar
-pkgver=3.30.0
+pkgver=3.30.1
pkgrel=1
pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop. With Linux Mint patches"
url="https://wiki.gnome.org/Apps/Calendar"
@@ -19,7 +19,7 @@ makedepends=('appstream-glib'
'python')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-_commit=63ed4c48c84291ca70c747d6078090f8263088bf # tags/3.30.0^0
+_commit=262dd7e3b03b3eacf3b62c616005119b64e0d35e # tags/3.30.1^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit"
"null-icaltime.diff"
"add_cinnamon_settings_online_support.patch")
@@ -55,3 +55,4 @@ check() {
package() {
DESTDIR="$pkgdir" meson install -C build
}
+