summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2018-05-29 17:09:41 +0200
committerMaxime Gauduin2018-05-29 17:09:41 +0200
commitca2604a1daab28ce7a6bd33bae7930a40904889d (patch)
tree316ee2974dbd63f63048635f3bfacb99ab5130ef /PKGBUILD
parent879b1969c114cf6f242573761b3b731f672beb21 (diff)
parentcc88d2ed2cc08c2d7f09bd7c801fa0de458e3418 (diff)
downloadaur-ca2604a1daab28ce7a6bd33bae7930a40904889d.tar.gz
Merge branch 'master' of github.com:alucryd/aur-alucryd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 238fde91c988..69fba4b5e938 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=pantheon-code-git
-pkgver=r2826.e3686e34
+pkgver=r3101.21d512a8
pkgrel=1
pkgdesc='The Pantheon Code Editor'
arch=('x86_64')
url='https://github.com/elementary/scratch'
license=('GPL3')
groups=('pantheon-unstable')
-depends=('cairo' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee' 'libpeas'
- 'libsoup' 'pango' 'zeitgeist'
+depends=('cairo' 'editorconfig-core-c' 'glib2' 'glibc' 'gtk3' 'gtksourceview3'
+ 'libgee' 'libpeas' 'libsoup' 'pango' 'zeitgeist'
'libgranite.so')
makedepends=('appstream' 'git' 'gobject-introspection' 'granite-git'
'gtkspell3' 'intltool' 'meson' 'vala' 'vte3' 'webkit2gtk')
@@ -34,8 +34,6 @@ prepare() {
rm -rf build
fi
mkdir build
-
- sed 's/libvala-0.36/libvala-0.38/' -i pantheon-code/plugins/outline/meson.build
}
build() {