summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVersus Void2020-02-13 10:21:45 +0300
committerVersus Void2020-02-13 10:21:45 +0300
commit29d4130fb489da56564b3635e9c6852114edc7a7 (patch)
treea5ff05416fa074722fc6bfaef05f854916f72488
parentcd15ca9460a3b999d0017aa6c5f9fc9cb26b048e (diff)
downloadaur-sccache-git.tar.gz
provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb070b90bb29..eab252a905a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sccache-git
pkgdesc = ccache-like tool. Wraps compiler and avoids compilation when possible. Supports rustc
- pkgver = r801.9777708
+ pkgver = r844.c701598
pkgrel = 1
url = https://github.com/mozilla/sccache
install = sccache.install
@@ -9,6 +9,7 @@ pkgbase = sccache-git
license = Apache
makedepends = git
makedepends = rust
+ provides = sccache
conflicts = sccache
conflicts = sccache-bin
source = git+https://github.com/mozilla/sccache/
diff --git a/PKGBUILD b/PKGBUILD
index c4666bfcea64..e4b9be968f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Versus Void <chaoskeeper at mail DOT ru>
pkgname=sccache-git
-pkgver=r801.9777708
+pkgver=r844.c701598
pkgrel=1
pkgdesc="ccache-like tool. Wraps compiler and avoids compilation when possible. Supports rustc"
arch=(i686 x86_64)
url="https://github.com/mozilla/sccache"
license=('Apache')
makedepends=('git' 'rust')
+provides=('sccache')
conflicts=('sccache' 'sccache-bin')
install=sccache.install
source=('git+https://github.com/mozilla/sccache/')