summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpolyzen2014-12-21 07:40:10 -0500
committerpolyzen2014-12-29 22:51:38 -0500
commitb756278cf1fc446927f4d1061a94fe3192115e12 (patch)
tree6ae8312f744343a7b6f352376c71f3060558d2a9 /PKGBUILD
parent4155fc121ebc5407547c0a553fab827d86f1b812 (diff)
downloadaur-b756278cf1fc446927f4d1061a94fe3192115e12.tar.gz
gcalcli: "Oola tidy uup"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5fe2f339356..54cb255f7a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gcalcli
pkgver=3.2
-pkgrel=2
+pkgrel=3
pkgdesc="Google Calendar Command Line Interface"
arch=('any')
url="https://github.com/insanum/gcalcli"
@@ -28,7 +28,8 @@ build() {
package() {
install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 "$srcdir/LICENSE.gcalcli" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "$srcdir"/LICENSE.gcalcli \
+ "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
}
# vim:set ts=2 sw=2 et: