aboutsummaryrefslogtreecommitdiffstats
path: root/community/duckscript/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/duckscript/APKBUILD')
-rw-r--r--community/duckscript/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/duckscript/APKBUILD b/community/duckscript/APKBUILD
index fb2b0699443..304fb341612 100644
--- a/community/duckscript/APKBUILD
+++ b/community/duckscript/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=duckscript
pkgver=0.8.7
-pkgrel=0
+pkgrel=1
pkgdesc="Simple, extendable and embeddable scripting language"
url="https://sagiegurari.github.io/duckscript/"
arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by rust/cargo
license="Apache-2.0"
-makedepends="cargo openssl-dev"
+makedepends="cargo openssl1.1-compat-dev"
source="https://github.com/sagiegurari/duckscript/archive/$pkgver/$pkgname-$pkgver.tar.gz"
build() {