summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd404d7550e5..e23b3de485e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 24 01:09:33 UTC 2018
+# Wed Aug 29 07:19:00 UTC 2018
pkgbase = pantheon-code-git
pkgdesc = The Pantheon Code Editor
- pkgver = r3281.9523f101
+ pkgver = r3316.6c46c77b
pkgrel = 1
url = https://github.com/elementary/scratch
arch = x86_64
@@ -25,6 +25,7 @@ pkgbase = pantheon-code-git
depends = gtk3
depends = gtksourceview3
depends = libgee
+ depends = libgit2-glib
depends = libpeas
depends = libsoup
depends = pango
diff --git a/PKGBUILD b/PKGBUILD
index d70bd3f07d8a..4f1aee2ab294 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=pantheon-code-git
-pkgver=r3281.9523f101
+pkgver=r3316.6c46c77b
pkgrel=1
pkgdesc='The Pantheon Code Editor'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/elementary/scratch'
license=('GPL3')
groups=('pantheon-unstable')
depends=('cairo' 'editorconfig-core-c' 'glib2' 'glibc' 'gtk3' 'gtksourceview3'
- 'libgee' 'libpeas' 'libsoup' 'pango' 'zeitgeist'
+ 'libgee' 'libgit2-glib' 'libpeas' 'libsoup' 'pango' 'zeitgeist'
'libgranite.so')
makedepends=('appstream' 'git' 'gobject-introspection' 'granite-git'
'gtkspell3' 'intltool' 'meson' 'vala' 'vte3' 'webkit2gtk')