summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-06-12 07:13:06 +0000
committerGeorge Rawlinson2021-06-12 07:13:06 +0000
commit7147ba62f3ba0313ef7429ebf4bdb10717400fd6 (patch)
tree3a0039d369309194ae894db58446652e9387e7a4
parentb88bc06cc55f226e1c8f877632245f518038ddaa (diff)
downloadaur-landrop.tar.gz
upgpkg: landrop 0.4.0-2
Fixed licenses, should be BSD and one of the CC variants.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7705396e49ff..7948028757cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = landrop
pkgdesc = Drop any files to any devices on your LAN
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://landrop.app
arch = x86_64
- license = GPL
+ license = BSD
+ license = custom:CC-BY-NC-ND-4.0
depends = qt5-base
depends = libsodium
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 97e7652d1ea4..4e70b40f15a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=landrop
_pkgname=LANDrop
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Drop any files to any devices on your LAN"
arch=('x86_64')
url="https://landrop.app"
-license=('GPL')
+license=('BSD' 'custom:CC-BY-NC-ND-4.0')
depends=('qt5-base' 'libsodium' 'hicolor-icon-theme' 'gcc-libs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/LANDrop/LANDrop/archive/v$pkgver.tar.gz")
b2sums=('8dc02cf952bc8761265d2ea78868f6ea81a4a0be7496c017b87b0253bd82e2d729b1172a6eeafdc73966d628c8f67bd60600daf6a43adf365b5afd986a249cf2')
@@ -29,4 +29,6 @@ build() {
package() {
cd "$_pkgname-$pkgver/build"
make INSTALL_ROOT="$pkgdir" install
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" \
+ ../LICENSE ../LICENSE.icon
}