summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorion2012017-05-05 08:23:04 -0700
committerion2012017-05-05 08:23:04 -0700
commit810e8c582a606c44254643e7764edc59305a1bf1 (patch)
tree27d7c4138f0e8b68b13132ed5db447c945c776ee
parent02873f389da35106515be060c8ddefeb29a099f9 (diff)
downloadaur-810e8c582a606c44254643e7764edc59305a1bf1.tar.gz
bump version to 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60214e089782..76011026cd58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 2 15:14:58 UTC 2016
+# Fri May 5 15:18:10 UTC 2017
pkgbase = xed-git
pkgdesc = A small and lightweight text editor. X-Apps Project (git version).
- pkgver = 1.0.6.r0.g41fb3ba
+ pkgver = 1.4.0.r3.gcca4b0b
pkgrel = 1
url = https://github.com/linuxmint/xed
install = xed.install
@@ -12,10 +12,12 @@ pkgbase = xed-git
makedepends = git
makedepends = gnome-common
makedepends = iso-codes
+ makedepends = gobject-introspection
depends = gtksourceview3
depends = enchant
depends = desktop-file-utils
depends = libsm
+ depends = libpeas
conflicts = xed
source = xed-git::git+https://github.com/linuxmint/xed.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cc7589053ebf..5347f3e77e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=xed-git
_pkgbasename=xed
-pkgver=1.0.6.r0.g41fb3ba
+pkgver=1.4.0.r3.gcca4b0b
pkgrel=1
pkgdesc="A small and lightweight text editor. X-Apps Project (git version)."
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gtksourceview3' 'enchant' 'desktop-file-utils' 'libsm')
-makedepends=('git' 'gnome-common' 'iso-codes')
+depends=('gtksourceview3' 'enchant' 'desktop-file-utils' 'libsm'
+ 'libpeas')
+makedepends=('git' 'gnome-common' 'iso-codes' 'gobject-introspection')
provides=($_pkgname)
conflicts=(${_pkgbasename})
url='https://github.com/linuxmint/xed'