summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDamien2023-08-02 23:20:36 +0200
committerDamien2023-08-02 23:20:36 +0200
commitcbd376dfc6c49b7576db5cea6c368a83ad7388f2 (patch)
treef075b8e814da02cd7e6d06df40fcc0b8f54fbd1b /PKGBUILD
parentd24c9135eee9947a5a9177053610eff1c912ccab (diff)
downloadaur-perl-unicode-eastasianwidth-detect.tar.gz
Fix $url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55e2e5708239..40e02aa890dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Perl/CPAN Module ${_distname//-/::}"
arch=('any')
license=('GPL' 'PerlArtistic')
-url="https://metacpan.org/release/${_realname}"
+url="https://metacpan.org/release/${_distname}"
depends=('perl')
makedepends=('perl-module-build')
options=(!emptydirs)