diff options
author | Reverier-Xu | 2024-02-27 16:57:18 +0800 |
---|---|---|
committer | Reverier-Xu | 2024-02-27 16:57:18 +0800 |
commit | b0fe2aad2e1c6144738830c8b3b06d95ffc8108b (patch) | |
tree | 034f01406262fe20fe73ebc14c0f826b6d0cf053 /PKGBUILD | |
parent | 6fae4f9f0d0cb952372e8b19c8911a20ba88964d (diff) | |
download | aur-b0fe2aad2e1c6144738830c8b3b06d95ffc8108b.tar.gz |
fix repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgname=fcitx5-skin-fluentlight-git _pkgname=fcitx5-skin-fluentlight-git pkgver=v0.4.r2.g4a65a9b -pkgrel=1 +pkgrel=2 pkgdesc="A Fluent-Design light theme with blur effect and shadow." arch=('x86_64') url="https://github.com/Reverier-Xu/Fluent-fcitx5" @@ -12,7 +12,7 @@ makedepends=() provides=() source=('git+https://github.com/Reverier-Xu/Fluent-fcitx5.git') md5sums=('SKIP') -_name=FluentLight-fcitx5 +_name=Fluent-fcitx5 prepare() { cd $_name } |