summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorKr1ss2020-03-08 18:55:22 +0100
committerKr1ss2020-03-08 20:18:25 +0100
commit843ced09fa747c14cf8e62dee376b665215ac496 (patch)
tree0627e7936fbc69b363e78e07e461d1ef4d454a81 /.SRCINFO
parent3c3564bd4f46656566f2d7947dd5b0834d27be2c (diff)
downloadaur-843ced09fa747c14cf8e62dee376b665215ac496.tar.gz
enable persistant CARGO_HOME folder
Hat tip to @ccorn, who proposed this patch in the AUR comments. Its purpose is to keep the cargo cache between chroot builds of the package so that it doesn't need to be reconstructed every time. This saves users' time and network resources.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO2
1 files changed, 1 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64f437a6f3db..6aa2245a8dd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-delta
pkgdesc = A syntax-highlighting pager for git and diff output
pkgver = 0.0.17
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dandavison/delta
arch = x86_64
license = MIT