summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12017-03-18 13:05:23 +0800
committerChocobo12017-03-18 13:05:44 +0800
commit34486fc045be982818fec25b8eac2cc562f41bf1 (patch)
treecab86bb4a40bebcf981e34b4329a2cd9beba3b41 /PKGBUILD
parent61ffe465841098468c01ffc4cc1e607d05189f59 (diff)
downloadaur-34486fc045be982818fec25b8eac2cc562f41bf1.tar.gz
upgpkg: editorconfig-geany-git r18.9dce3bb-3
Add provides, conflicts fields
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86d19c32a779..bf5b7a34f821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=editorconfig-geany-git
pkgver=r18.9dce3bb
-pkgrel=2
+pkgrel=3
pkgdesc='EditorConfig plugin for Geany'
url='https://github.com/editorconfig/editorconfig-geany'
arch=('i686' 'x86_64')
license=('GPL')
depends=('geany' 'editorconfig-core-c')
makedepends=('git')
+provides=('editorconfig-geany')
+conflicts=('editorconfig-geany')
source=('git+https://github.com/editorconfig/editorconfig-geany.git')
sha256sums=('SKIP')