summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazhar Hussain2021-11-13 13:28:15 +0500
committerMazhar Hussain2021-11-13 13:28:15 +0500
commitc7b0c5a180923bb785fb844e525bdbd0d25d38b5 (patch)
tree91423f4f199761f628e865c6f46ff0b671aed621
parent512f12cf16701349ce453b940cc2a8e256961134 (diff)
downloadaur-c7b0c5a180923bb785fb844e525bdbd0d25d38b5.tar.gz
use variables instead of long strings
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6441a36f4c97..708ca956b757 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgver=17
pkgrel=1
pkgdesc="Adwaita icon theme with blue folder icons"
arch=(any)
-url="https://github.com/realmazharhussain/adwaita-blue-icon-theme"
+url="https://github.com/realmazharhussain/$_pkgname"
license=('GPL')
-source=("$_pkgname"::"git+https://github.com/realmazharhussain/${_pkgname}.git")
+source=("$_pkgname"::"git+$url")
md5sums=('SKIP')
depends=(adwaita-icon-theme)
provides=("${_pkgname}=${_pkgver}")