summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75dec4dd0b02..a02c28e926e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 12 10:39:17 UTC 2016
+# Wed Apr 13 07:29:23 UTC 2016
pkgbase = whoneeds-git
pkgdesc = A fast whoneeds implemention in Python for Arch Linux
- pkgver = r5.1593694
+ pkgver = r6.ca4e025
pkgrel = 1
url = https://gist.github.com/lilydjwg/69111965e237fdb67d1378703173709f
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 3192ae96a6dd..5ef23df882dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=whoneeds
pkgname=${_pkgname}-git
-pkgver=r5.1593694
+pkgver=r6.ca4e025
pkgrel=1
pkgdesc="A fast whoneeds implemention in Python for Arch Linux"
arch=('any')
@@ -22,5 +22,6 @@ pkgver() {
package() {
cd "$srcdir/$_pkgname"
install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
+ install -Dm644 '_whoneeds' "${pkgdir}/usr/share/zsh/site-functions/_whoneeds"
}