Update diriterator to 1.0.4

This commit is contained in:
Martchus 2017-01-20 22:43:15 +01:00
parent d286b7f3d9
commit 516f34ed86
1 changed files with 8 additions and 10 deletions

View File

@ -4,22 +4,20 @@
# you also find the URL of a binary repository. # you also find the URL of a binary repository.
pkgname=diriterator pkgname=diriterator
pkgver=1.0.3 pkgver=1.0.4
pkgrel=2 pkgrel=1
pkgdesc='Runs a script for each file in a directory hierarchy using GNU parallel.' pkgdesc='Runs a script for each file in a directory hierarchy using GNU parallel.'
arch=('any') arch=('any')
license=('GPL') license=('GPL')
groups= groups=()
provides= provides=()
depends=('parallel') depends=('parallel')
makedepends= makedepends=()
conflicts= conflicts=()
replaces= replaces=()
backup=
install= install=
source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz") source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz")
noextract= sha256sums=('95edb6da1226e69d643d9be46cdc6d33d1c721e40de15ea5faade22faf3c8ec9')
md5sums=('SKIP')
package() { package() {
install -Dm755 "${srcdir}/${PROJECT_DIR_NAME:-$pkgname-$pkgver}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}" install -Dm755 "${srcdir}/${PROJECT_DIR_NAME:-$pkgname-$pkgver}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"