aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4a5cf7e81f5..5d203dec9035 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Fri Apr 8 16:39:22 UTC 2016
pkgbase = editorconfig-geany
pkgdesc = EditorConfig plugin for Geany
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/editorconfig/editorconfig-geany
arch = x86_64
arch = i686
license = GPL
depends = geany
depends = editorconfig-core-c
- source = https://github.com/editorconfig/editorconfig-geany/archive/de6ff50b86b34297b3425f9c5fc64b83c64578c1.tar.gz
- sha256sums = 388c1e46cb7d49b33e4b51a28e409c71bd8c516d9a5208dde310a650532130f1
+ source = https://github.com/editorconfig/editorconfig-geany/archive/6506e69f3e85eb2d3eba6e3f1990bd0a1cec72aa.tar.gz
+ sha256sums = eab5bb6b20814b1d2432f98959a1a4a9f37ac208e0c7bd9968b4c0cc035c4e38
pkgname = editorconfig-geany
diff --git a/PKGBUILD b/PKGBUILD
index 041f7a40821c..d6440afa0b4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
-# Maintainer: Matt Harrison <matt@mistbyte.com>
-# This PKGBUILD is maintained at https://github.com/matt-h/aur-pkgbuilds/tree/master/editorconfig-geany
+# Maintainer: Matt Harrison <matt@harrison.us.com>
pkgname=editorconfig-geany
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="EditorConfig plugin for Geany"
arch=('x86_64' 'i686')
url="https://github.com/editorconfig/editorconfig-geany"
license=('GPL')
depends=('geany' 'editorconfig-core-c')
-_gitversion="de6ff50b86b34297b3425f9c5fc64b83c64578c1"
+_gitversion="6506e69f3e85eb2d3eba6e3f1990bd0a1cec72aa"
source=("https://github.com/editorconfig/editorconfig-geany/archive/$_gitversion.tar.gz")
-sha256sums=('388c1e46cb7d49b33e4b51a28e409c71bd8c516d9a5208dde310a650532130f1')
+sha256sums=('eab5bb6b20814b1d2432f98959a1a4a9f37ac208e0c7bd9968b4c0cc035c4e38')
build() {
cd "$srcdir/$pkgname-$_gitversion/"