summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-02-25 13:03:20 +0800
committerChocobo12020-02-25 13:03:20 +0800
commit31ea18471c040757548204214d981c96549dd349 (patch)
treecdb155d9ec4dc974628ded0d46feb29153791fea
parente6fe3a75cd820c07344f229c752d0c4777f14d67 (diff)
downloadaur-31ea18471c040757548204214d981c96549dd349.tar.gz
upgpkg: sccache 0.2.13-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD25
2 files changed, 11 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7b0d0e56ba5..d515aaed6892 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
pkgbase = sccache
pkgdesc = Shared compilation cache
- pkgver = 0.2.12
- pkgrel = 4
+ pkgver = 0.2.13
+ pkgrel = 1
url = https://github.com/mozilla/sccache
arch = i686
arch = x86_64
license = apache
makedepends = rust
depends = openssl
- source = sccache-0.2.12.tar.gz::https://github.com/mozilla/sccache/archive/0.2.12.tar.gz
- source = version-compare.patch::https://github.com/mozilla/sccache/commit/2433a8848cac263bb8fcf8467194104a91449966.patch
- sha256sums = 591a82ddbc2e970630a9426c78c25cbc52c3261b06d57cb4e1f11ab8008629fa
- sha256sums = 591d6413c67151a0ab6c3d8840bb31ff21170cf42c471e8faac99eed27d5d9b6
+ source = sccache-0.2.13.tar.gz::https://github.com/mozilla/sccache/archive/0.2.13.tar.gz
+ sha256sums = 81c973cf9a89e77f02a6b5710298531ba2e50d2555e8a931e505fbf570522e2a
pkgname = sccache
diff --git a/PKGBUILD b/PKGBUILD
index eb081fac6741..f77d1a493f2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,35 +2,24 @@
# Former maintainer: Jean Lucas <jean@4ray.co>
pkgname=sccache
-pkgver=0.2.12
-pkgrel=4
+pkgver=0.2.13
+pkgrel=1
pkgdesc="Shared compilation cache"
arch=('i686' 'x86_64')
url="https://github.com/mozilla/sccache"
license=('apache')
depends=('openssl')
makedepends=('rust')
-#checkdepends=('openssl-1.0')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mozilla/sccache/archive/$pkgver.tar.gz"
- "version-compare.patch::https://github.com/mozilla/sccache/commit/2433a8848cac263bb8fcf8467194104a91449966.patch")
-sha256sums=('591a82ddbc2e970630a9426c78c25cbc52c3261b06d57cb4e1f11ab8008629fa'
- '591d6413c67151a0ab6c3d8840bb31ff21170cf42c471e8faac99eed27d5d9b6')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mozilla/sccache/archive/$pkgver.tar.gz")
+sha256sums=('81c973cf9a89e77f02a6b5710298531ba2e50d2555e8a931e505fbf570522e2a')
-prepare() {
- cd "$pkgname-$pkgver"
-
- patch -Np1 -F3 -i "$srcdir/version-compare.patch"
-}
-
check() {
cd "$pkgname-$pkgver"
- #OPENSSL_LIB_DIR="/usr/lib/openssl-1.0" \
- # OPENSSL_INCLUDE_DIR="/usr/include/openssl-1.0" \
- # cargo test \
- # --release \
- # --all-features
+ #cargo test \
+ # --release \
+ # --all-features
}
package() {