summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2016-09-24 12:13:36 +0300
committerjonian2016-09-24 12:13:36 +0300
commitdff10ffe9f18083ba14342b4b3cbd58d1e9c5338 (patch)
tree9cba68ceb26a2360cbba84f9b184aa1ab0de46f8
parent42bcf8983d76a489c8afecd4dd843c431eb195d0 (diff)
downloadaur-dff10ffe9f18083ba14342b4b3cbd58d1e9c5338.tar.gz
fix install path
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83feeb40ae74..01c014c9eecb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Sep 24 08:54:45 UTC 2016
+# Sat Sep 24 09:11:45 UTC 2016
pkgbase = gedit-smart-home
pkgdesc = Gedit 3 plugin to go to the first character instead of the start of the line using Home
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hardpixel/gedit-smart-home
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c4cae8bb144d..4b2c69f3963b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gedit-smart-home
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Gedit 3 plugin to go to the first character instead of the start of the line using Home"
arch=("any")
url="https://github.com/hardpixel/gedit-smart-home"
@@ -11,7 +11,7 @@ source=("https://github.com/hardpixel/gedit-smart-home/archive/$pkgver.tar.gz")
md5sums=("SKIP")
package() {
- mkdir -p "$pkgdir/usr/share/gedit/plugins/smart-home"
- cp -a "$srcdir/$pkgname-$pkgver/." "$pkgdir/usr/share/gedit/plugins/smart-home"
+ mkdir -p "$pkgdir/usr/lib/gedit/plugins/smart-home"
+ cp -a "$srcdir/$pkgname-$pkgver/." "$pkgdir/usr/lib/gedit/plugins/smart-home"
}