summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2019-03-13 09:48:23 +0100
committerMaxime Gauduin2019-03-13 09:48:23 +0100
commit7c095ad7087e2c0de014e4f186a03bbec62157a9 (patch)
tree2090a138b33d6661aa741184ac0dc65cba6a1e55
parent50f67915d0366ee63c781c484208b10907cac6ad (diff)
downloadaur-7c095ad7087e2c0de014e4f186a03bbec62157a9.tar.gz
fix pantheon-calendar-git
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD48
2 files changed, 38 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 651d1f862edc..2bfcd999a3d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 21 14:43:30 UTC 2018
+# Wed Mar 13 08:48:23 UTC 2019
pkgbase = pantheon-calendar-git
pkgdesc = The Pantheon Calendar
- pkgver = r1772.dcb72b85
+ pkgver = r2100.d7b9a090
pkgrel = 1
url = https://github.com/elementary/calendar
arch = x86_64
@@ -19,16 +19,16 @@ pkgbase = pantheon-calendar-git
depends = evolution-data-server
depends = folks
depends = gdk-pixbuf2
+ depends = geoclue
depends = geocode-glib
depends = glib2
- depends = glibc
depends = gtk3
depends = libchamplain
depends = libgee
+ depends = libgranite.so
depends = libical
depends = libnotify
depends = libsoup
- depends = libgranite.so
provides = pantheon-calendar
conflicts = pantheon-calendar
source = pantheon-calendar::git+https://github.com/elementary/calendar.git
diff --git a/PKGBUILD b/PKGBUILD
index b02ce56f8292..05cb0c723b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,42 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=pantheon-calendar-git
-pkgver=r1772.dcb72b85
+pkgver=r2100.d7b9a090
pkgrel=1
pkgdesc='The Pantheon Calendar'
-arch=('x86_64')
-url='https://github.com/elementary/calendar'
-license=('GPL3')
-groups=('pantheon-unstable')
-depends=('cairo' 'clutter' 'clutter-gtk' 'evolution-data-server' 'folks'
- 'gdk-pixbuf2' 'geocode-glib' 'glib2' 'glibc' 'gtk3' 'libchamplain'
- 'libgee' 'libical' 'libnotify' 'libsoup'
- 'libgranite.so')
-makedepends=('git' 'granite-git' 'intltool' 'meson' 'vala')
-provides=('pantheon-calendar')
-conflicts=('pantheon-calendar')
-source=('pantheon-calendar::git+https://github.com/elementary/calendar.git')
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://github.com/elementary/calendar
+license=(GPL3)
+groups=(pantheon-unstable)
+depends=(
+ cairo
+ clutter
+ clutter-gtk
+ evolution-data-server
+ folks
+ gdk-pixbuf2
+ geoclue
+ geocode-glib
+ glib2
+ gtk3
+ libchamplain
+ libgee
+ libgranite.so
+ libical
+ libnotify
+ libsoup
+)
+makedepends=(
+ git
+ granite-git
+ intltool
+ meson
+ vala
+)
+provides=(pantheon-calendar)
+conflicts=(pantheon-calendar)
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git)
+sha256sums=(SKIP)
pkgver() {
cd pantheon-calendar