summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-06-01 11:17:18 -0600
committerSam Burgos2018-06-01 11:17:18 -0600
commit8147a4e83d440ecc3c9b340cb0668d34586b6985 (patch)
tree1959d515bc620a596adb91a6cfa16d71f6af8090
parent7ae0f66fcd90c29db4462ee89295510654b0ecf3 (diff)
downloadaur-8147a4e83d440ecc3c9b340cb0668d34586b6985.tar.gz
fixed issue with requesting patching file manually, now it should do it automatically as intended
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a53cffc0fa2..1d35e51c2ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-calendar-linuxmint
_pkgname=gnome-calendar
pkgver=3.28.2
-pkgrel=1
+pkgrel=2
pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop. With Linux Mint patches"
url="https://wiki.gnome.org/Apps/Calendar"
arch=(x86_64)
@@ -26,7 +26,7 @@ prepare() {
patch -Np1 -i ../null-icaltime.diff
#Add support so that gnome-calendar can call this when run within Cinnamon by calling cinnamon-settings online-accounts
- patch -Np1 -i ../add_cinnamon_settings_online_support.patch
+ patch -Np0 -i ../add_cinnamon_settings_online_support.patch
}
build() {