summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Conseil2017-01-06 13:34:59 +0100
committerSimon Conseil2017-01-06 13:34:59 +0100
commit913b6603adbafad142c43ba948104c8392a0a056 (patch)
tree77d1df4bcf0dc653609948c9eb6ac8c5c8744a65
parent2c35104d67eb63622c14fbfd445dae87fd016910 (diff)
downloadaur-913b6603adbafad142c43ba948104c8392a0a056.tar.gz
v1.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2861e1d7d34c..5657e6826395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Dec 15 22:51:59 UTC 2015
+# Fri Jan 6 12:34:56 UTC 2017
pkgbase = friendly-find
pkgdesc = A friendlier find (ffind).
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/sjl/friendly-find
arch = any
license = GPL3
- depends = python2
- source = https://github.com/sjl/friendly-find/archive/v1.0.0.tar.gz
- md5sums = b4cf7d62f07f0e4d3fb67034e7ef6312
+ depends = python
+ source = https://github.com/sjl/friendly-find/archive/v1.0.1.tar.gz
+ md5sums = 544fcacb3fe011b9f562b046a71dae6b
pkgname = friendly-find
diff --git a/PKGBUILD b/PKGBUILD
index 623eda8f2088..b08d66566a72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,17 @@
# Maintainer: Simon Conseil <contact+aur at saimon dot org>
pkgname=friendly-find
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="A friendlier find (ffind)."
arch=('any')
url="https://github.com/sjl/friendly-find"
license=('GPL3')
-depends=('python2')
+depends=('python')
source=("https://github.com/sjl/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('b4cf7d62f07f0e4d3fb67034e7ef6312')
+md5sums=('544fcacb3fe011b9f562b046a71dae6b')
package() {
cd "$srcdir/$pkgname-$pkgver"
- sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" ffind
-
install -Dm755 "$srcdir/$pkgname-$pkgver"/ffind "$pkgdir"/usr/bin/ffind
install -Dm644 "$srcdir/$pkgname-$pkgver"/ffind.1 "$pkgdir/usr/share/man/man1/ffind.1"
}