summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 210fbe43c25c..86d19c32a779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=editorconfig-geany-git
pkgver=r18.9dce3bb
-pkgrel=1
+pkgrel=2
pkgdesc='EditorConfig plugin for Geany'
url='https://github.com/editorconfig/editorconfig-geany'
arch=('i686' 'x86_64')
@@ -29,5 +29,4 @@ package() {
cd "editorconfig-geany"
install -Dm644 "editorconfig-geany.so" "$pkgdir/usr/lib/geany/editorconfig-geany.so"
- install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/editorconfig-geany/COPYING"
}