diff options
author | zxp19821005 | 2024-02-05 16:56:55 +0800 |
---|---|---|
committer | zxp19821005 | 2024-02-05 16:56:55 +0800 |
commit | 44b73a5e722fcdaad41996e7a2b45b49350dc666 (patch) | |
tree | 073456de40f7bd469a68a3b560085cb51e90e641 | |
parent | e8975de65d7fc2e011fb4b4af181dd33c86fdf18 (diff) | |
download | aur-44b73a5e722fcdaad41996e7a2b45b49350dc666.tar.gz |
fix errors
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ pkgbase = ntrack-bin pkgrel = 4 url = https://github.com/kutay-celebi/ntracker arch = x86_64 - license = custom + license = LicenseRef-custom depends = electron22 provides = ntrack=1.3.0 conflicts = ntrack @@ -7,7 +7,7 @@ pkgrel=4 pkgdesc="A desktop app where you can easily keep track of your time-based tasks." arch=('x86_64') url="https://github.com/kutay-celebi/ntracker" -license=('custom') +license=('LicenseRef-custom') provides=("${pkgname%-bin}=${pkgver}") conflicts=("${pkgname%-bin}") depends=( |