summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Zhou2020-05-24 01:19:32 +0000
committerJennifer Zhou2020-05-24 01:34:36 +0000
commit97124a0d0ba17e6d9899856c56eac8b334cf001e (patch)
treed4d32bcd26e07b16451abce53ec472914bdca4fb
parent71d95dc5a75cefab90d795f99a7d3e02d47ae4e4 (diff)
downloadaur-97124a0d0ba17e6d9899856c56eac8b334cf001e.tar.gz
version 1.21.8; added conflict with mono
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61fa1c19142e..2bd120a2d605 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tin-summer
pkgdesc = Find build artifacts that are taking up disk space
- pkgver = 1.21.7
+ pkgver = 1.21.8
pkgrel = 1
url = https://github.com/vmchale/tin-summer
arch = x86_64
@@ -8,7 +8,8 @@ pkgbase = tin-summer
makedepends = rust
makedepends = cargo
provides = tin-summer
- source = git+https://github.com/vmchale/tin-summer.git#tag=1.21.7
+ conflicts = mono
+ source = git+https://github.com/vmchale/tin-summer.git#tag=1.21.8
sha512sums = SKIP
pkgname = tin-summer
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')