summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Ellithorpe2017-05-06 00:03:36 -0700
committerJosh Ellithorpe2017-05-06 00:03:36 -0700
commit0925b2ff04529c293e958016c321d5d20fc89ce6 (patch)
tree1bbe85af27abd2c4b87d552c00c35e10c0840f83
parente9f9a1d1c2ffb7992d9c90a632803698375e7a20 (diff)
downloadaur-0925b2ff04529c293e958016c321d5d20fc89ce6.tar.gz
Fix double install
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f4b90f9c509..cd49943e9330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat May 6 06:51:07 UTC 2017
+# Sat May 6 07:03:14 UTC 2017
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
pkgver = 0.5.10
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/zquestz/s
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index abe3860ed3e8..55f0e7c84866 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=s
pkgver=0.5.10
-pkgrel=2
+pkgrel=3
pkgdesc="Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow."
arch=('i686' 'x86_64')
url="http://github.com/zquestz/s"
@@ -25,9 +25,6 @@ build() {
package() {
cd "$pkgname-$pkgver"
- install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
install -Dm 775 "$pkgname-$pkgver" \
"${pkgdir}/usr/bin/${pkgname}"
install -Dm 644 "LICENSE" \