diff options
author | elkowar | 2020-09-06 14:40:18 +0200 |
---|---|---|
committer | elkowar | 2020-09-06 14:40:18 +0200 |
commit | 28c4acde638b6b2486d78ebfab6e1e40771adb0e (patch) | |
tree | 747c5f5d2fb7416613a1ab6dc941ff82f450fa72 | |
parent | 5dfefe3e2d198df9672e8d8b6b798f4efb4d3b55 (diff) | |
download | aur-pipr-bin.tar.gz |
Update version
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = pipr-bin pkgdesc = A commandline-utility to interactively build complex shell pipelines - pkgver = 0.0.13 + pkgver = 0.0.14 pkgrel = 1 url = https://github.com/Elkowar/pipr arch = i686 @@ -10,7 +10,7 @@ pkgbase = pipr-bin license = MIT depends = bubblewrap conflicts = pipr-git - source = pipr::https://github.com/elkowar/pipr/releases/download/v0.0.13/pipr + source = pipr::https://github.com/elkowar/pipr/releases/download/v0.0.14/pipr source = pipr-git::git+https://github.com/Elkowar/pipr.git md5sums = SKIP md5sums = SKIP @@ -1,6 +1,6 @@ # Maintainer: Leon Kowarschick <thereal.elkowar at gmail dot com> pkgname=pipr-bin -pkgver=0.0.13 +pkgver=0.0.14 pkgrel=1 conflicts=('pipr-git') makedepends=() @@ -9,7 +9,7 @@ optdepends=() arch=('i686' 'x86_64' 'armv6h' 'armv7h') pkgdesc="A commandline-utility to interactively build complex shell pipelines" license=('MIT') -source=('pipr::https://github.com/elkowar/pipr/releases/download/v0.0.13/pipr' +source=('pipr::https://github.com/elkowar/pipr/releases/download/v0.0.14/pipr' 'pipr-git::git+https://github.com/Elkowar/pipr.git') url="https://github.com/Elkowar/pipr" md5sums=('SKIP' |