summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHanabishi2022-03-26 19:16:22 +0500
committerHanabishi2022-03-26 19:16:22 +0500
commitc8cd3c363f6c74726a7b5d990df2e972428642d5 (patch)
treeb079c144803f1d28d48edcabc05273554570e09f /PKGBUILD
parentac13d47bbe198556acbf035cf17c593afb68bfb9 (diff)
downloadaur-c8cd3c363f6c74726a7b5d990df2e972428642d5.tar.gz
Removed unused variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d1c936836f1..c2fa1c7e7a0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,7 @@ pkgrel=4
epoch=1
pkgdesc="NTFS3 is fully functional NTFS Read-Write driver. The driver works with NTFS versions up to 3.1."
arch=('any')
-_repo="Paragon-Software-Group/linux-ntfs3"
-url="https://github.com/${_repo}"
+url="https://github.com/Paragon-Software-Group/linux-ntfs3"
license=('GPL2')
depends=('dkms')
makedepends=('git')