summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorelkowar2020-09-05 12:42:12 +0200
committerelkowar2020-09-05 12:42:12 +0200
commitc9f7db3687226d424dd69abe142e85f6697649fb (patch)
tree18d1c1e5e730bb73d791985a6541d8724a3b9b07
parent4c724c9c0fd10763a5f662b70bcb5da771006eac (diff)
downloadaur-c9f7db3687226d424dd69abe142e85f6697649fb.tar.gz
switch to github remote
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78c7ff4d13a2..96c1c726af94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipr-git
pkgdesc = A commandline-utility to interactively build complex shell pipelines
- pkgver = r110.34fa290
+ pkgver = r114.8e50889
pkgrel = 1
url = https://gitlab.com/Elkowar/pipr
arch = i686
@@ -12,9 +12,9 @@ pkgbase = pipr-git
makedepends = cargo
makedepends = git
depends = gcc-libs
- optdepends = bubblewrap: run commands in isolation. STRONGLY RECOMMENDED!
+ depends = bubblewrap
conflicts = pipr-bin
- source = pipr-git::git+https://gitlab.com/Elkowar/pipr.git
+ source = pipr-git::git+https://github.com/Elkowar/pipr.git#branch=release
md5sums = SKIP
pkgname = pipr-git
diff --git a/PKGBUILD b/PKGBUILD
index 1bda524dbc3c..8ea327a1b874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Leon Kowarschick <thereal.elkowar at gmail dot com>
pkgname=pipr-git
-pkgver=r110.34fa290
+pkgver=r114.8e50889
pkgrel=1
conflicts=('pipr-bin')
makedepends=('rust' 'cargo' 'git')
-depends=('gcc-libs')
-optdepends=('bubblewrap: run commands in isolation. STRONGLY RECOMMENDED!')
+depends=('gcc-libs' 'bubblewrap')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="A commandline-utility to interactively build complex shell pipelines"
license=('MIT')
-source=('pipr-git::git+https://gitlab.com/Elkowar/pipr.git')
+source=('pipr-git::git+https://github.com/Elkowar/pipr.git#branch=release')
url="https://gitlab.com/Elkowar/pipr"
md5sums=('SKIP')