summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuan Guo2016-08-31 07:18:26 +0200
committerQuan Guo2016-08-31 07:18:26 +0200
commit171b86e36297173c0451a1966c2eed9639b24733 (patch)
tree30c71edb47d7ac66d0c2584437e770bc1854110f
parent738ff84b1ecd70e5a73931a5ce64ffb40bf8d9a5 (diff)
downloadaur-171b86e36297173c0451a1966c2eed9639b24733.tar.gz
Bump to 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87a020bf4db4..4ade0ca3ff85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Feb 23 17:51:08 UTC 2016
+# Wed Aug 31 05:18:22 UTC 2016
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.0.r443
+ pkgver = 0.7.1.r468
pkgrel = 1
url = https://github.com/facebook/PathPicker
arch = any
license = BSD
makedepends = git
- makedepends = python2
+ makedepends = python
depends = ruby
provides = fpp
conflicts = fpp
diff --git a/PKGBUILD b/PKGBUILD
index 6115a65e76f0..78934e0c2694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Quan Guo <guotsuan@gmail.com>
pkgname=fpp-git
-pkgver=0.7.0.r443
+pkgver=0.7.1.r468
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'
@@ -10,7 +10,7 @@ license=('BSD')
source=('git+https://github.com/facebook/PathPicker.git')
sha256sums=('SKIP')
arch=('any')
-makedepends=('git' 'python2')
+makedepends=('git' 'python')
depends=('ruby')
conflicts=('fpp')
provides=('fpp')