diff options
author | zxp19821005 | 2024-02-27 16:20:57 +0800 |
---|---|---|
committer | zxp19821005 | 2024-02-27 16:20:57 +0800 |
commit | 934a05d9dd4c8ff16c60ba81409fb7d7c30177f5 (patch) | |
tree | 46c9f1291043b6689f96051bce1ee1f2e899c541 | |
parent | aeb2b425fc1425067fcd14e8e71474cd08c504c6 (diff) | |
download | aur-tunasync-bin.tar.gz |
fix errors
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ pkgbase = tunasync-bin pkgdesc = Mirror job management tool developed by TUNA pkgver = 0.8.0 - pkgrel = 3 + pkgrel = 4 url = https://github.com/tuna/tunasync arch = aarch64 arch = x86_64 - license = GPL3 + license = GPL-3.0-only provides = tunasync=0.8.0 conflicts = tunasync source_aarch64 = tunasync-0.8.0-aarch64.tar.gz::https://github.com/tuna/tunasync/releases/download/v0.8.0/tunasync-linux-arm64-bin.tar.gz @@ -2,14 +2,14 @@ # Contributor: Tony Fettes <tonyfettes@tonyfettes.tk> pkgname=tunasync-bin pkgver=0.8.0 -pkgrel=3 +pkgrel=4 pkgdesc="Mirror job management tool developed by TUNA" arch=( 'aarch64' 'x86_64' ) url="https://github.com/tuna/tunasync" -license=('GPL3') +license=('GPL-3.0-only') conflicts=("${pkgname%-bin}") provides=("${pkgname%-bin}=${pkgver}") depends=() |