Skip to content
Snippets Groups Projects
Commit 29757427 authored by tcely's avatar tcely :speech_balloon: Committed by Natanael Copa
Browse files

main/libxklavier: remove unused _v variable

parent 55728234
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,6 @@ depends_dev="gettext-dev libxkbfile-dev"
makedepends="$depends_dev glib-dev libxi-dev iso-codes-dev
gobject-introspection-dev python3 libxml2-dev"
_v=$pkgver
case $pkgver in
*.*.*) _v=${pkgver%.*};;
*.*.*.*) _v=${pkgver%.*.*};;
esac
source="https://people.freedesktop.org/~svu/libxklavier-$pkgver.tar.bz2"
prepare() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment