summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorelkowar2020-05-11 12:12:48 +0200
committerelkowar2020-05-11 12:12:48 +0200
commit5c57a5752b1a562f38a1ad67d422e93ab6d17605 (patch)
tree437051d9814c4336ae371cf67c22a51310141c1d
parentac6acd3ce4878ac4765c52f704f5a9788e1026d9 (diff)
downloadaur-5c57a5752b1a562f38a1ad67d422e93ab6d17605.tar.gz
update pkgbuild to conflict with pipr-bin
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8bdfb3fdefb..b96669bc7d99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipr-git
pkgdesc = A commandline-utility to interactively build complex shell pipelines
- pkgver = r96.331295f
+ pkgver = r101.1fd53cc
pkgrel = 1
url = https://gitlab.com/Elkowar/pipr
arch = i686
@@ -13,6 +13,7 @@ pkgbase = pipr-git
makedepends = git
depends = gcc-libs
optdepends = bubblewrap: run commands in isolation. STRONGLY RECOMMENDED!
+ conflicts = pipr-bin
source = pipr-git::git+https://gitlab.com/Elkowar/pipr.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b09f3eee1cd5..d9caa9de89b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Leon Kowarschick <lkowarschick at gmail dot com>
pkgname=pipr-git
-pkgver=r96.331295f
+pkgver=r101.1fd53cc
pkgrel=1
+conflicts=('pipr-bin')
makedepends=('rust' 'cargo' 'git')
depends=('gcc-libs')
optdepends=('bubblewrap: run commands in isolation. STRONGLY RECOMMENDED!')