summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorion2012016-07-02 11:42:55 -0500
committerion2012016-07-02 11:42:55 -0500
commit02873f389da35106515be060c8ddefeb29a099f9 (patch)
tree64a373edb5b33098c49fa130104ed0d4d648bdbe /PKGBUILD
parentd2384d4f56a9f179411ee2606ed9edddcf4ab310 (diff)
downloadaur-02873f389da35106515be060c8ddefeb29a099f9.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 921ca0519970..cc7589053ebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xed-git
-pkgver=1.0.3.r8.g057e2aa
+_pkgbasename=xed
+pkgver=1.0.6.r0.g41fb3ba
pkgrel=1
pkgdesc="A small and lightweight text editor. X-Apps Project (git version)."
arch=('i686' 'x86_64')
@@ -9,11 +10,11 @@ license=('GPL')
depends=('gtksourceview3' 'enchant' 'desktop-file-utils' 'libsm')
makedepends=('git' 'gnome-common' 'iso-codes')
provides=($_pkgname)
-conflicts=('xed' $_pkgname)
+conflicts=(${_pkgbasename})
url='https://github.com/linuxmint/xed'
install=xed.install
-source=('xed-git::git+https://github.com/linuxmint/xed.git')
+source=("${pkgname}::git+https://github.com/linuxmint/${_pkgbasename}.git")
md5sums=('SKIP')
pkgver() {