summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-03-18 12:34:59 +0800
committerChocobo12017-03-18 12:34:59 +0800
commit61ffe465841098468c01ffc4cc1e607d05189f59 (patch)
treec123235fc06b257d6f0d487c2e432e2cf8f932f2
parentedbe282eb255918ce2d113288933d1ca2f433e56 (diff)
downloadaur-61ffe465841098468c01ffc4cc1e607d05189f59.tar.gz
upgpkg: editorconfig-geany-git r18.9dce3bb-2
Cleanup license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9e3d8678fcb..30d2fd55f844 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = editorconfig-geany-git
pkgdesc = EditorConfig plugin for Geany
pkgver = r18.9dce3bb
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/editorconfig/editorconfig-geany
arch = i686
arch = x86_64
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"
}