summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuu2020-11-07 19:30:30 -0300
committeryuu2020-11-07 19:30:30 -0300
commitb25e18597c69c98f710098325e9d84866d055a66 (patch)
treed87a5eca28464342c9ce3ac13d9dd0510531b174
parentc0ff3720bb5387074d514ab69aced8c9f42206b7 (diff)
downloadaur-b25e18597c69c98f710098325e9d84866d055a66.tar.gz
Remove useless extra variable `_url'.
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f9e2ce503f7..40da585e8c1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,7 @@ pkgver=0.r42.g76f5844
pkgrel=1
pkgdesc="Shell script to easily setup mu4e on Emacs"
arch=('any')
-_url=https://github.com/cemkeylan/$_pkgname
-url=$_url
+url=https://github.com/cemkeylan/${_pkgname}
license=('GPL3')
depends=('isync' 'msmtp' 'mu' 'pass' 'sh')
makedepends=('git')
@@ -17,7 +16,7 @@ optdepends=('pash: alternative password manager'
provides=("${_pkgname}")
conflicts=("${_pkgname}")
install="${_pkgname}.install"
-source=("${_pkgname}::git+${_url}")
+source=("${_pkgname}::git+${url}")
md5sums=('SKIP')
# Git, no tags available.