summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 509589beb8b2..eba4ae24d479 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xed-git
pkgdesc = A small and lightweight text editor. X-Apps Project (git version).
- pkgver = master.lmde3.r0.gd5ccae3
+ pkgver = 1.8.0.r0.g7951868
pkgrel = 1
url = https://github.com/linuxmint/xed
arch = i686
@@ -16,6 +16,8 @@ pkgbase = xed-git
depends = desktop-file-utils
depends = libsm
depends = libpeas
+ depends = xapps
+ depends = gspell
provides = xed-git
provides = xed
conflicts = xed
diff --git a/PKGBUILD b/PKGBUILD
index 9923830c3a66..a4565dbd9821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=xed-git
_pkgbasename=xed
-pkgver=master.lmde3.r0.gd5ccae3
+pkgver=1.8.0.r0.g7951868
pkgrel=1
pkgdesc="A small and lightweight text editor. X-Apps Project (git version)."
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
depends=('gtksourceview3' 'enchant' 'desktop-file-utils' 'libsm'
- 'libpeas')
+ 'libpeas' 'xapps' 'gspell')
makedepends=('git' 'gnome-common' 'iso-codes' 'gobject-introspection')
provides=($pkgname $_pkgbasename)
conflicts=(${_pkgbasename})