summaryrefslogtreecommitdiff
path: root/system/libedit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/libedit/APKBUILD')
-rw-r--r--system/libedit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libedit/APKBUILD b/system/libedit/APKBUILD
index d9dc2003b..33d7abb78 100644
--- a/system/libedit/APKBUILD
+++ b/system/libedit/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libedit
pkgver=20190324.3.1
-_realver=${pkgver/.3.1/-3.1}
+_realver="${pkgver%%.*}-${pkgver#*.}"
pkgrel=0
pkgdesc="Library providing line editing, history, and tokenisation functions"
url="https://thrysoee.dk/editline/"