summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrzee2021-08-03 09:31:17 +0000
committerdrzee2021-08-03 09:31:17 +0000
commit6722e3a9d0ad9a5c392e70743970eed453617dd5 (patch)
tree83df16973a2c1f715ef9aacf9a1572bcb8bd3b7c
parent1ddb103b34fb29c3c36bfba8bd97ad36a5ae0382 (diff)
downloadaur-6722e3a9d0ad9a5c392e70743970eed453617dd5.tar.gz
PKGBUILD to install version 1.3.2_1902 of AWS Codedeploy Agent
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ff0d0e09f68..4c9c45d520bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = codedeploy-agent-bin
license = APACHE
depends = ruby2.7
depends = systemd
+ provides = codedeploy-agent
+ conflicts = codedeploy-agent
source = https://aws-codedeploy-eu-west-1.s3-eu-west-1.amazonaws.com/releases/codedeploy-agent_1.3.2-1902_all.deb
md5sums = 4a2697e9e3c022313705497caa197327
diff --git a/PKGBUILD b/PKGBUILD
index a5ef20b9e20e..f110b993e913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,9 @@ url="https://aws.amazon.com/documentation/codedeploy/"
license=('APACHE')
groups=()
depends=('ruby2.7' 'systemd')
-source=(https://aws-codedeploy-eu-west-1.s3-eu-west-1.amazonaws.com/releases/codedeploy-agent_${pkgver//_/-}_all.deb)
+provides=("${pkgname%-bin}")
+conflicts=("${pkgname%-bin}")
+source=(https://aws-codedeploy-eu-west-1.s3-eu-west-1.amazonaws.com/releases/${pkgname%-bin}_${pkgver//_/-}_all.deb)
md5sums=('4a2697e9e3c022313705497caa197327')
noextract=()