From 51fb75705c5bc46241214e459fc5bfcf71b4b438 Mon Sep 17 00:00:00 2001 From: Jan Alexander Steffens Date: Wed, 6 Nov 2019 12:30:46 +0000 Subject: [PATCH] Rename _srcver to _srctag and move the 'v' into it --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c5f0495..6bb9640 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ pkgbase=linux pkgver=5.3.8.1 pkgrel=1 -_srcver=${pkgver%.*}-arch${pkgver##*.} -url="https://git.archlinux.org/linux.git/log/?h=v$_srcver" +_srctag=v${pkgver%.*}-arch${pkgver##*.} +url="https://git.archlinux.org/linux.git/log/?h=$_srctag" arch=(x86_64) license=(GPL2) makedepends=( @@ -15,7 +15,7 @@ makedepends=( options=('!strip') _srcname=archlinux-linux source=( - "$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=v$_srcver" + "$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=$_srctag" config # the main kernel config file ) validpgpkeys=(