summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-06-23 15:18:53 +0800
committerChocobo12020-06-23 15:18:53 +0800
commit5ff2cc4f4d632c89f3c2e525d0b2969f0d283a47 (patch)
treebed32c4d317000e26e30eb385bf044c1dbb9ad79
parent435267f060f3c31d2dfb7c39bda153235821fe06 (diff)
downloadaur-5ff2cc4f4d632c89f3c2e525d0b2969f0d283a47.tar.gz
upgpkg: editorconfig-geany-git r26.f03782f-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fc7278ab83a..2e459245e27a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = editorconfig-geany-git
pkgdesc = EditorConfig plugin for Geany
- pkgver = r18.9dce3bb
- pkgrel = 3
+ pkgver = r26.f03782f
+ pkgrel = 1
url = https://github.com/editorconfig/editorconfig-geany
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fc9f6b563687..291efdf72dd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=editorconfig-geany-git
-pkgver=r18.9dce3bb
-pkgrel=3
+pkgver=r26.f03782f
+pkgrel=1
pkgdesc="EditorConfig plugin for Geany"
arch=('i686' 'x86_64')
url="https://github.com/editorconfig/editorconfig-geany"
@@ -24,11 +24,11 @@ pkgver() {
build() {
cd "editorconfig-geany"
- make EDITORCONFIG_PREFIX=/usr
+ make EDITORCONFIG_PREFIX="/usr"
}
package() {
cd "editorconfig-geany"
- install -Dm644 "editorconfig-geany.so" "$pkgdir/usr/lib/geany/editorconfig-geany.so"
+ install -Dm644 "editorconfig-geany.so" -t "$pkgdir/usr/lib/geany"
}