summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-12-05 17:17:17 +0300
committerorhun2020-12-05 17:17:17 +0300
commit15abfc322aab57a6b97abf35f1fdcb3387c05322 (patch)
treef639c26ffb65f3b540cd57d87f1e33bc269ca0c7
parent5c6275db89eaaf3ad92ded3bf08faa850f69e2a0 (diff)
downloadaur-15abfc322aab57a6b97abf35f1fdcb3387c05322.tar.gz
upgpkg: sic-image-cli 0.14.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3f2384b1593..e217ad82e875 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sic-image-cli
pkgdesc = Accessible image processing and conversion from the terminal
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/foresterre/sic
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2fab566a19a5..809c68b3bd21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sic-image-cli
_pkgname=sic
pkgver=0.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="Accessible image processing and conversion from the terminal"
arch=('x86_64')
url="https://github.com/foresterre/sic"
@@ -24,8 +24,8 @@ build() {
package() {
cd "$_pkgname-$pkgver"
install -Dm 755 "target/release/$_pkgname" -t "$pkgdir/usr/bin"
- install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$_pkgname"
- install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$_pkgname"
+ install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+ install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
install -Dm 644 "../$_pkgname.bash" "${pkgdir}/usr/share/bash-completion/completions/$_pkgname"
install -Dm 644 "../$_pkgname.fish" -t "${pkgdir}/usr/share/fish/completions"
install -Dm 644 "../_$_pkgname" -t "${pkgdir}/usr/share/zsh/functions/Completion/Linux"