summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 02:03:07 +0300
committerorhun2020-11-25 02:03:07 +0300
commit5c6275db89eaaf3ad92ded3bf08faa850f69e2a0 (patch)
treebd67fb7556a2874da485e326783a1eb7edb7e0e9
parent79dff5310d054d8c1d150a714215b017fdd9ae22 (diff)
downloadaur-5c6275db89eaaf3ad92ded3bf08faa850f69e2a0.tar.gz
upgpkg: sic-image-cli 0.14.0-1
upstream release Conflict with 'sic'
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74be2fde2281..e3f2384b1593 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = sic-image-cli
arch = x86_64
license = MIT
makedepends = rust
+ conflicts = sic
source = sic-image-cli-0.14.0.tar.gz::https://github.com/foresterre/sic/archive/v0.14.0.tar.gz
source = https://github.com/foresterre/sic/releases/download/v0.14.0/shell_completions.zip
sha512sums = dffd61d089fa83b13cfbc0083a0528df68feb39a3f9c8d307289e0cfb6372a507c0c7789d0a1beba144424fff15445f7689d2c8ff7093a984244b9d1fd506aad
diff --git a/PKGBUILD b/PKGBUILD
index 1e65bd477e56..2fab566a19a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc="Accessible image processing and conversion from the terminal"
arch=('x86_64')
url="https://github.com/foresterre/sic"
license=('MIT')
+conflicts=("$_pkgname")
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$url/releases/download/v$pkgver/shell_completions.zip")