summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHildigerr Vergaray2020-05-07 22:16:54 -0700
committerHildigerr Vergaray2020-05-07 22:39:39 -0700
commit250745648138f1fee2badcc5d75f3c293e0274a8 (patch)
treefbe0645ee36ca7e1a4c1ab93b9b23a4ea0f26dba
parent90dca4afee06e95664522e6e8a31e73e6a3b6c1d (diff)
downloadaur-250745648138f1fee2badcc5d75f3c293e0274a8.tar.gz
license is actually BSD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d4a57f812c7..7a6001c322ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = btag-git
pkgdesc = A command line based audio file tagger
pkgver = 1.4.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/fernandotcl/btag
arch = i686
arch = x86_64
- license = GPL
+ license = BSD
makedepends = git
makedepends = cmake
makedepends = pkg-config
diff --git a/PKGBUILD b/PKGBUILD
index 44993a12c3fe..a326f1509cfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=btag-git
pkgver=1.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="A command line based audio file tagger"
arch=('i686' 'x86_64')
url="https://github.com/fernandotcl/btag"
-license=('GPL')
+license=('BSD')
depends=('libcue' 'taglib' 'libedit')
makedepends=('git' 'cmake' 'pkg-config' 'boost')
provides=("${pkgname%-git}")
@@ -36,4 +36,5 @@ build() {
package() {
cd "${srcdir}/${pkgname%-git}/build"
make "DESTDIR=${pkgdir}" install
+ install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname%-git}/LICENSE"
}