summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornfnty2016-08-26 18:59:44 +0200
committernfnty2016-08-26 18:59:44 +0200
commit6f179eef95b74f3af7a9cd86ac362e571c4ec380 (patch)
tree27b60ad371bb3887ab9556acfed99c721efb6b5d
parent53c7b6934699d6affc71a707b37063fe76142182 (diff)
downloadaur-6f179eef95b74f3af7a9cd86ac362e571c4ec380.tar.gz
Replace old `provides` and `conflicts` with new format
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 923fd7a3f5f7..08c4db2b8db3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 24 13:23:48 UTC 2016
+# Fri Aug 26 16:59:33 UTC 2016
pkgbase = docker-compose-git
pkgdesc = Define and run complex applications using Docker
pkgver = r1
diff --git a/PKGBUILD b/PKGBUILD
index bc3a196c94dd..a590dcb702d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,8 +21,8 @@ depends=(
'python-setuptools'
)
makedepends=('git')
-provides=('docker-compose')
-conflicts=('docker-compose')
+provides=("${pkgname[0]%-git}")
+conflicts=("${pkgname[0]%-git}")
source=("${_srcname}::git+${url}.git")
sha512sums=('SKIP')