summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKobus van Schoor2017-06-26 14:14:19 +0200
committerKobus van Schoor2017-06-26 14:14:19 +0200
commit4183944aae0f5b70282fc49685dd6d1aaca4fd05 (patch)
treed8e3eb9e80b1b76dcea5363f052cbbe6912be60a
parent5ab8d9af1eb3a1e13fe5ae2491cdb1f9d9dc6bbe (diff)
downloadaur-4183944aae0f5b70282fc49685dd6d1aaca4fd05.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f31015dd0759..c0e68abe4466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dotgit-git
pkgdesc = Development version of dotgit
pkgver = 26.06.2017
- pkgrel = 3
+ pkgrel = 4
url = http://github.com/Cube777/dotgit
arch = any
depends = git
diff --git a/PKGBUILD b/PKGBUILD
index 0f2af2e146fb..e776622b1cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kobus van Schoor <pbscube at gmail dot com>
pkgname=dotgit-git
pkgver=26.06.2017
-pkgrel=3
+pkgrel=4
pkgdesc="Development version of dotgit"
url="http://github.com/Cube777/dotgit"
arch=('any')
@@ -13,9 +13,7 @@ md5sums=('SKIP')
package()
{
install -Dm 755 "$srcdir/dotgit/bin/dotgit" "$pkgdir/usr/bin/dotgit"
- install -Dm 555 -d "$srcdir/dotgit/bin/dotgit_headers" \
- "$pkgdir/usr/bin/dotgit_headers"
- cp "$srcdir/dotgit/bin/dotgit_headers/*" "$pkgdir/usr/bin/dotgit_headers"
+ cp -r "$srcdir/dotgit/bin/dotgit_headers" "$pkgdir/usr/bin/dotgit_headers"
install -Dm644 "$srcdir/dotgit/bin/bash_completion" \
"$pkgdir/usr/share/bash-completion/completions/dotgit"
}