aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d634495919d..0691004b05c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = editorconfig-geany
pkgdesc = EditorConfig plugin for Geany
- pkgver = 0.1
- pkgrel = 2
+ pkgver = 0.1.1
+ pkgrel = 1
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/6506e69f3e85eb2d3eba6e3f1990bd0a1cec72aa.tar.gz
- sha256sums = eab5bb6b20814b1d2432f98959a1a4a9f37ac208e0c7bd9968b4c0cc035c4e38
+ source = https://github.com/editorconfig/editorconfig-geany/archive/ed7b2449c7ec3c903d56c2f5c4c66a094b9f10f8.tar.gz
+ sha256sums = b00a6443166a93da6a0c647b82c357e33aa0ce387e5036ce69657b35ff7983c8
pkgname = editorconfig-geany
diff --git a/PKGBUILD b/PKGBUILD
index 7da2e457e721..c13632005a95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintained at: https://github.com/matt-h/aur-pkgbuilds
pkgname=editorconfig-geany
-pkgver=0.1
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
pkgdesc="EditorConfig plugin for Geany"
arch=('x86_64' 'i686')
url="https://github.com/editorconfig/editorconfig-geany"
license=('GPL')
depends=('geany' 'editorconfig-core-c')
-_gitversion="6506e69f3e85eb2d3eba6e3f1990bd0a1cec72aa"
+_gitversion="ed7b2449c7ec3c903d56c2f5c4c66a094b9f10f8"
source=("https://github.com/editorconfig/editorconfig-geany/archive/$_gitversion.tar.gz")
-sha256sums=('eab5bb6b20814b1d2432f98959a1a4a9f37ac208e0c7bd9968b4c0cc035c4e38')
+sha256sums=('b00a6443166a93da6a0c647b82c357e33aa0ce387e5036ce69657b35ff7983c8')
build() {
cd "$srcdir/$pkgname-$_gitversion/"