summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuan Guo2018-11-22 00:42:28 +0800
committerQuan Guo2018-11-22 00:42:28 +0800
commit83cad00426fb63526992110b074686685a690f34 (patch)
tree13828521ea55f2dfe2bb1fce877a75a0cd6c19c0
parent633f8f47d49c79cc84aacfd538aba41554de8145 (diff)
downloadaur-83cad00426fb63526992110b074686685a690f34.tar.gz
remove ruby depending
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81d4c234b16c..14ff5b21ca2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Jun 30 18:06:00 UTC 2017
+# Wed Nov 21 16:42:23 UTC 2018
pkgbase = fpp-git
pkgdesc = Facebook PathPicker is a simple command line tool that solves the perpetual problem of selecting files out of bash output.
- pkgver = 0.7.2.r495
+ pkgver = 0.7.2.r521
pkgrel = 1
url = https://github.com/facebook/PathPicker
arch = any
license = BSD
makedepends = git
makedepends = python
- depends = ruby
provides = fpp
conflicts = fpp
source = git+https://github.com/facebook/PathPicker.git
diff --git a/PKGBUILD b/PKGBUILD
index 31c0096ceb9a..d93b6e924063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Quan Guo <guotsuan@gmail.com>
pkgname=fpp-git
-pkgver=0.7.2.r495
+pkgver=0.7.2.r521
pkgrel=1
pkgdesc='Facebook PathPicker is a simple command line tool that solves the perpetual problem of selecting files out of bash output.'
url='https://github.com/facebook/PathPicker'
@@ -11,7 +11,7 @@ source=('git+https://github.com/facebook/PathPicker.git')
sha256sums=('SKIP')
arch=('any')
makedepends=('git' 'python')
-depends=('ruby')
+depends=()
conflicts=('fpp')
provides=('fpp')
@@ -26,4 +26,6 @@ package() {
mkdir -p $pkgdir/usr/bin
ln -s "/opt/PathPicker/fpp" "$pkgdir/usr/bin/fpp"
+ install -d "$pkgdir/usr/share/man/man1"
+ ln -s /opt/PathPicker/debian/usr/share/man/man1/fpp.1 "$pkgdir/usr/share/man/man1/fpp.1"
}