summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2018-02-13 23:16:33 +0100
committerMaxime Gauduin2018-02-13 23:16:33 +0100
commite479121fbe7b6e8f665ab85e70b25aece8809857 (patch)
tree419dc6137c7d869bbf042a6947cd1b8458ee228b
parent00ce9af191133c0e4eeeb274b95af3733642413b (diff)
downloadaur-scratch-text-editor-git.tar.gz
Missing makedep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b4faf875e6..da3601da315a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 13 22:11:45 UTC 2018
+# Tue Feb 13 22:16:33 UTC 2018
pkgbase = scratch-text-editor-git
pkgdesc = The Pantheon Text Editor
pkgver = r2826.e3686e34
@@ -8,6 +8,7 @@ pkgbase = scratch-text-editor-git
arch = x86_64
groups = pantheon-unstable
license = GPL3
+ makedepends = appstream
makedepends = git
makedepends = gobject-introspection
makedepends = granite-git
@@ -34,7 +35,6 @@ pkgbase = scratch-text-editor-git
optdepends = webkit2gtk: Browser Preview extension
provides = scratch-text-editor
conflicts = scratch-text-editor
- replaces = scratch-text-editor-bzr
source = scratch-text-editor::git+https://github.com/elementary/scratch.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c13f74f056d5..226bb05c5e6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,15 +11,14 @@ groups=('pantheon-unstable')
depends=('cairo' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee' 'libpeas'
'libsoup' 'pango' 'zeitgeist'
'libgranite.so')
-makedepends=('git' 'gobject-introspection' 'granite-git' 'gtkspell3'
- 'intltool' 'meson' 'vala' 'vte3' 'webkit2gtk')
+makedepends=('appstream' 'git' 'gobject-introspection' 'granite-git'
+ 'gtkspell3' 'intltool' 'meson' 'vala' 'vte3' 'webkit2gtk')
optdepends=('gtkspell3: Spell Check extension'
'vala: Outline extension'
'vte3: Terminal extension'
'webkit2gtk: Browser Preview extension')
provides=('scratch-text-editor')
conflicts=('scratch-text-editor')
-replaces=('scratch-text-editor-bzr')
source=('scratch-text-editor::git+https://github.com/elementary/scratch.git')
sha256sums=('SKIP')