summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiqi Yang2023-06-17 11:13:35 +0800
committerZiqi Yang2023-06-17 11:13:35 +0800
commit194eaa6c6a518aaeff48dae7154f4ca2bdf7fccb (patch)
treedf002d51c0393b9a47bb37937ca04e085eba3e44
parentaa52ddd0b637230e440504dfad32b455e0ba42f9 (diff)
downloadaur-194eaa6c6a518aaeff48dae7154f4ca2bdf7fccb.tar.gz
add GPL3 license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40d5a4f999a9..dc25f0a86e91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = flying-carpet-bin
pkgdesc = File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.
pkgver = 7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/spieglt/FlyingCarpet
changelog = changelog.txt
arch = x86_64
- license = unknown
+ license = GPL3
makedepends = libarchive
provides = flying-carpet
conflicts = flying-carpet
diff --git a/PKGBUILD b/PKGBUILD
index f48429e819cf..c0ae59e5d7b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Meow King <mr.ziqiyang@gmail.com>
pkgname=flying-carpet-bin
pkgver=7.1 # NOTE
-pkgrel=1
+pkgrel=2 # NOTE
pkgdesc="File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range. "
arch=("x86_64")
url="https://github.com/spieglt/FlyingCarpet"
-license=('unknown') # currently no license available, previous it is BSD 3-Clause
+license=('GPL3') # currently no license available, previous it is BSD 3-Clause
makedepends=(
"libarchive" # bsdtar
)