aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Harrison2024-01-02 10:11:57 -0500
committerMatt Harrison2024-01-02 10:13:22 -0500
commitc8fb202b619d17d27115fe0d3f71a06039b8f413 (patch)
tree329c10e2c1c34c126e51fee32dc89e737b12d354
parent8e0b1b2673149426592bf25cc28a334671e0fe55 (diff)
downloadaur-editorconfig-geany.tar.gz
upgpkg: editorconfig-geany 0.2.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 579990dda877..b34a2ab68e13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = editorconfig-geany
pkgdesc = EditorConfig plugin for Geany
- pkgver = 0.2
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/editorconfig/editorconfig-geany
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = editorconfig-geany
license = GPL
depends = geany
depends = editorconfig-core-c
- source = editorconfig-geany-0.2.tar.gz::https://github.com/editorconfig/editorconfig-geany/archive/v0.2.tar.gz
- sha256sums = 4b0c37eb534613e7454c1e068179db5b262cf9e5aa00681802787231e1b35edf
+ source = editorconfig-geany-0.2.1.tar.gz::https://github.com/editorconfig/editorconfig-geany/archive/v0.2.1.tar.gz
+ b2sums = 22be66b409477b2e4936d27c5112db7e145346e084aebb88f8aec86cffb876a4f425d9eda8c9c18256cf51780e55dd3a44d18a4e2a3d89e368c6e49b350c6ac0
pkgname = editorconfig-geany
diff --git a/PKGBUILD b/PKGBUILD
index ee1bd8014923..dc3f450ff79f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintained at: https://github.com/matt-h/aur-pkgbuilds or https://codeberg.org/matt/aur-pkgbuilds
pkgname=editorconfig-geany
-pkgver=0.2
+pkgver=0.2.1
pkgrel=1
pkgdesc="EditorConfig plugin for Geany"
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ url="https://github.com/editorconfig/editorconfig-geany"
license=('GPL')
depends=('geany' 'editorconfig-core-c')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/editorconfig/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('4b0c37eb534613e7454c1e068179db5b262cf9e5aa00681802787231e1b35edf')
+b2sums=('22be66b409477b2e4936d27c5112db7e145346e084aebb88f8aec86cffb876a4f425d9eda8c9c18256cf51780e55dd3a44d18a4e2a3d89e368c6e49b350c6ac0')
build() {
cd "$srcdir/${pkgname}-${pkgver}/"