summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBitals2023-12-28 17:20:52 +0400
committerBitals2023-12-28 17:20:52 +0400
commit058fb2fda1f8cd24664578b63d5d381cf26bf3e1 (patch)
tree1ee6c8c561ffddf77deff79e2fff819d8fcb9434
parent4a1b4ebcf1a622aacd13c09df4a5d7431075ee47 (diff)
downloadaur-058fb2fda1f8cd24664578b63d5d381cf26bf3e1.tar.gz
Add conflict with stable package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e37a259dae24..63195117f5eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = docker-autocompose-git
pkgdesc = Generate a docker-compose yaml definition from a running container
- pkgver = r70.3ad0d36
+ pkgver = r71.2e6a55f
pkgrel = 1
url = https://github.com/Red5d/docker-autocompose
arch = any
@@ -9,6 +9,7 @@ pkgbase = docker-autocompose-git
depends = python-pyaml>=20.4.0
depends = python-docker>=4.4.4
depends = python-six>=1.16.0
+ conflicts = docker-autocompose
source = docker-autocompose-git::git+https://github.com/Red5d/docker-autocompose.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 170dc7e11fc5..5eae9e99d09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bitals <me at bitals dot xyz>\
pkgname=docker-autocompose-git
-pkgver=r70.3ad0d36
+pkgver=r71.2e6a55f
pkgrel=1
pkgdesc='Generate a docker-compose yaml definition from a running container'
arch=('any')
@@ -11,6 +11,7 @@ depends=(
'python-docker>=4.4.4'
'python-six>=1.16.0'
)
+conflicts=('docker-autocompose')
makedepends=('python-setuptools')
source=($pkgname::git+https://github.com/Red5d/docker-autocompose.git)
sha256sums=('SKIP')