summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12020-06-23 15:18:53 +0800
committerChocobo12020-06-23 15:18:53 +0800
commit5ff2cc4f4d632c89f3c2e525d0b2969f0d283a47 (patch)
treebed32c4d317000e26e30eb385bf044c1dbb9ad79 /PKGBUILD
parent435267f060f3c31d2dfb7c39bda153235821fe06 (diff)
downloadaur-5ff2cc4f4d632c89f3c2e525d0b2969f0d283a47.tar.gz
upgpkg: editorconfig-geany-git r26.f03782f-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"
}