aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2020-04-02 16:05:23 +0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-02 14:57:51 +0000
commitdf8be9f495d8b2a61108ab25d079f980f252d7e9 (patch)
treea9a2be35943c7f0f66812f0b24809df08619c90c /testing
parent6623be2cabbe65c7c4dc58855da62b9a1755cb25 (diff)
downloadaports-df8be9f495d8b2a61108ab25d079f980f252d7e9.tar.bz2
aports-df8be9f495d8b2a61108ab25d079f980f252d7e9.tar.xz
testing/skim: upgrade to 0.8.1
Diffstat (limited to 'testing')
-rw-r--r--testing/skim/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/skim/APKBUILD b/testing/skim/APKBUILD
index 04ac721944..1f852efb5e 100644
--- a/testing/skim/APKBUILD
+++ b/testing/skim/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Chloe Kudryavtsev <toast@toastin.space>
# Maintainer: Chloe Kudryavtsev <toast@toastin.space>
pkgname=skim
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=0
pkgdesc="Fuzzy finder in rust"
url="https://github.com/lotabout/skim"
-arch="x86_64" # limited by rust/cargo
+arch="all !s390x" # limited by rust/cargo
license="MIT"
makedepends="cargo"
options="net"
@@ -19,7 +19,7 @@ subpackages="
$pkgname-fish-keybinds:fishkey:noarch
$pkgname-zsh-keybinds:zshkey:noarch
"
-source="$pkgname-$pkgver.tar.gz::https://github.com/lotabout/skim/archive/v$pkgver.tar.gz"
+source="skim-$pkgver.tar.gz::https://github.com/lotabout/skim/archive/v$pkgver.tar.gz"
export CARGO_HOME="$srcdir"/cargo
@@ -105,4 +105,4 @@ zshkey() {
amove usr/share/skim/key-bindings.zsh
}
-sha512sums="5773f39d59356e1878a20e0c333ab2b0e4e7f6eed0746c2cc5efb13d530f858f32b13936d9006b4d8b9723047d865638436b086c58950de76151718b758f28e3 skim-0.8.0.tar.gz"
+sha512sums="967ceede4080646da7e2ba3e1c62ed19c7b05a086e7450a23cabd8e869c00437b1adf1206b950731387b2e1dc04c27b9134ce7b77350cb6d61b34c0bfc7d2138 skim-0.8.1.tar.gz"