summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')