summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-03-18 13:05:23 +0800
committerChocobo12017-03-18 13:05:44 +0800
commit34486fc045be982818fec25b8eac2cc562f41bf1 (patch)
treecab86bb4a40bebcf981e34b4329a2cd9beba3b41
parent61ffe465841098468c01ffc4cc1e607d05189f59 (diff)
downloadaur-34486fc045be982818fec25b8eac2cc562f41bf1.tar.gz
upgpkg: editorconfig-geany-git r18.9dce3bb-3
Add provides, conflicts fields
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30d2fd55f844..4fc7278ab83a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = editorconfig-geany-git
pkgdesc = EditorConfig plugin for Geany
pkgver = r18.9dce3bb
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/editorconfig/editorconfig-geany
arch = i686
arch = x86_64
@@ -9,6 +9,8 @@ pkgbase = editorconfig-geany-git
makedepends = git
depends = geany
depends = editorconfig-core-c
+ provides = editorconfig-geany
+ conflicts = editorconfig-geany
source = git+https://github.com/editorconfig/editorconfig-geany.git
sha256sums = SKIP
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')