summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2016-02-03 12:46:39 -0300
committerHugo Osvaldo Barrera2016-02-03 12:46:39 -0300
commitd8fee02fe6f4bfc8d25f0fb5083e75de1503d280 (patch)
treed4527f3873bd6c4d4a6ea9163cae9198be35242e
parent13c35d9c8f3ac9ac9e6b63801da2f86e4cf03fd5 (diff)
downloadaur-d8fee02fe6f4bfc8d25f0fb5083e75de1503d280.tar.gz
Provide packages that are basically the same as this
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58af99a7ba87..a946855e56cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 15:45:33 UTC 2016
+# Wed Feb 3 15:46:21 UTC 2016
pkgbase = heroku-toolbelt
pkgdesc = Everything you need to get started using Heroku
pkgver = 3.42.29
@@ -9,6 +9,8 @@ pkgbase = heroku-toolbelt
arch = x86_64
license = MIT
optdepends = git
+ provides = heroku-client-standalone
+ provides = heroku-toolbelt
conflicts = heroku-client-standalone
conflicts = heroku-toolbelt
source = https://s3.amazonaws.com/assets.heroku.com/heroku-client/heroku-client-3.42.29.tgz
diff --git a/PKGBUILD b/PKGBUILD
index 095dcd850c12..f8527043050c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
url="https://toolbelt.heroku.com"
license=('MIT')
optdepends=('git')
+provides=('heroku-client-standalone' 'heroku-toolbelt')
conflicts=('heroku-client-standalone' 'heroku-toolbelt')
source=("https://s3.amazonaws.com/assets.heroku.com/heroku-client/heroku-client-${pkgver}.tgz")
sha256sums=('1c174580a895ec4b446ab2d4837d00e731362dd4ee46268251e2cc7d99d077d9')