summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJennifer Zhou2020-05-24 01:19:32 +0000
committerJennifer Zhou2020-05-24 01:34:36 +0000
commit97124a0d0ba17e6d9899856c56eac8b334cf001e (patch)
treed4d32bcd26e07b16451abce53ec472914bdca4fb /PKGBUILD
parent71d95dc5a75cefab90d795f99a7d3e02d47ae4e4 (diff)
downloadaur-97124a0d0ba17e6d9899856c56eac8b334cf001e.tar.gz
version 1.21.8; added conflict with mono
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 437536669df5..09c76bbe2725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
-# Maintainer: Jennifer Zhou <0@jezh.me>
pkgname=tin-summer
-pkgver=1.21.7
+pkgver=1.21.8
pkgrel=1
pkgdesc="Find build artifacts that are taking up disk space"
arch=('x86_64')
@@ -9,6 +8,7 @@ license=('custom:BSD')
depends=()
makedepends=('rust' 'cargo')
provides=('tin-summer')
+conflicts=('mono')
source=("git+https://github.com/vmchale/tin-summer.git#tag=$pkgver")
sha512sums=('SKIP')