summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-27 16:20:57 +0800
committerzxp198210052024-02-27 16:20:57 +0800
commit934a05d9dd4c8ff16c60ba81409fb7d7c30177f5 (patch)
tree46c9f1291043b6689f96051bce1ee1f2e899c541
parentaeb2b425fc1425067fcd14e8e71474cd08c504c6 (diff)
downloadaur-tunasync-bin.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64dc5b0a0923..dc961fe28bcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 2f9a9868b164..14b893a180e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=()