mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 15:35:17 +00:00
license identifiers re-corrected
aur package suffixed with -bin due to regulations
This commit is contained in:
parent
596fff4014
commit
e1f66c9c7a
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
||||
BSD-4-Clause-UC License
|
||||
BSD-4-Clause License
|
||||
|
||||
Copyright (c) 2022 Kingkor Roy Tirtho. All rights reserved.
|
||||
|
||||
|
@ -153,7 +153,7 @@ $ flutter run -d <window|macos|linux>
|
||||
|
||||
# License
|
||||
|
||||
[BSD-4-Clause-UC](/LICENSE)
|
||||
[BSD-4-Clause](/LICENSE)
|
||||
|
||||
Bu why? You can learn about it [here](https://dev.to/krtirtho/choosing-open-source-license-wisely-1m3p)
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
pkgbase = spotube
|
||||
pkgbase = spotube-bin
|
||||
pkgdesc = A lightweight free Spotify desktop-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed
|
||||
pkgver = 1.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/KRTirtho/spotube/
|
||||
arch = x86_64
|
||||
license = BSD 4-Clause
|
||||
license = BSD-4-Clause
|
||||
depends = libkeybinder3
|
||||
source = https://github.com/KRTirtho/spotube/releases/download/v1.1.0/Spotube-linux-x86_64.tar.xz
|
||||
md5sums = 0db87627ddf753bc7f09ebbb282184ee
|
||||
|
||||
pkgname = spotube
|
||||
pkgname = spotube-bin
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com>
|
||||
pkgname=spotube
|
||||
pkgname=spotube-bin
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="A lightweight free Spotify desktop-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/KRTirtho/spotube/"
|
||||
license=('BSD 4-Clause')
|
||||
license=('BSD-4-Clause')
|
||||
groups=()
|
||||
depends=('libkeybinder3')
|
||||
makedepends=()
|
||||
|
@ -195,7 +195,7 @@ class _SettingsState extends State<Settings> {
|
||||
),
|
||||
Text(" • "),
|
||||
Hyperlink(
|
||||
"BSD 4-Clause LICENSE",
|
||||
"BSD-4-Clause LICENSE",
|
||||
"https://github.com/KRTirtho/spotube/blob/master/LICENSE",
|
||||
),
|
||||
Text(" • "),
|
||||
|
Loading…
Reference in New Issue
Block a user